color codes Logo

#f4530f color codes

#F4530F
(244,83,15)
0 Favorites   0 Comments

Color spaces of #f4530f

RGB 2448315
HSL0.050.910.51
HSV18°94°96°
CMYK 0.000.660.94   0.04
XYZ40.487725.45413.2311
Yxy25.45410.58530.3680
Hunter Lab50.452154.954931.5193
CIE-Lab57.515259.335164.8310

#f4530f color RGB value is (244,83,15).

#f4530f hex color red value is 244, green value is 83 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #f4530f hue: 0.05 , saturation: 0.91 and the lightness value of f4530f is 0.51.

The process color (four color CMYK) of #f4530f color code is 0.00, 0.66, 0.94, 0.04. Web safe color of #f4530f is #ff6600. Color #f4530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010011 00001111
Octal 364 123 17
Decimal 244 83 15
Hex F4 53 F

RGB Percentages of Color #f4530f

%71.35
%24.27
%4.39

CMYK Percentages of Color #f4530f

%0
%66
%94
%4

Triadic Colors of #f4530f

#f4530f #0ff453 #530ff4

Analogous Colors of #f4530f

#f4530f #f4c60f #f40f3e

Monochromatic Colors of #f4530f

#f4530f

Complementary Color

#f4530f #0fb0f4

#f4530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4530f Color CSS Codes

.mybgcolor {background-color:#f4530f; } 
.myforecolor {color:#f4530f; }
.mybordercolor {border:3px solid #f4530f; }

#f4530f Text Font Color

<p style="color:#f4530f">Text here</p>

This sample text font color is #f4530f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f4530f Background Color

<div style="background-color:#f4530f">
Div content here</div>

This div background color is #f4530f


#f4530f Border Color

<div style="border:3px solid #f4530f">
Div here</div>

This div border color is #f4530f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,83,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4530f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4530f;
  -webkit-box-shadow: 1px 1px 3px 2px #f4530f;
  box-shadow:         1px 1px 3px 2px #f4530f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,83,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f4530f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f4530f;
  -webkit-box-shadow: 1px 1px 3px 2px #f4530f;
  box-shadow:         1px 1px 3px 2px #f4530f;">
Div content here</div>

This div box has shadow with color #f4530f


Comments

No comments written yet.

Please login to write comment.