Html Css Color HEX #FC5904 International Orange

📋 copy color: '#FC5904'

red 252 ◦ green 89 ◦ blue 4

#FC5904
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Orange #FC5904

Tints of International Orange #FC5904

RGB

 RED value IS 252 (98.83% from 255) = 73.04%

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 73.04%
G = 25.8%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FC5904 (or 0xFC5904) is known color: International Orange. HEX triplet: FC, 59 and 04. RGB value is (252,89,4). Sum of RGB (Red+Green+Blue) = 252+89+4=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5904 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5904 is #03A6FB. Grayscale: #808080. Windows color (decimal): -239356 or 285180. OLE color: 285180.

HSL color Cylindrical-coordinate representation of color #FC5904: hue angle of 20.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC5904 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 89 4 -
CMYK 0 0.65 0.98 0.01
HSL 20.56º 0.98% 0.5% -
HSV(B) 20.56º 0.98% 0.99% -
XYZ 43.74 27.85 3.18 -
YUV 128.05 58 216.41 -
System Red Green Blue C M Y K H S L
Decimal 252 89 4 0 0.65 0.98 0.01 20.56 0.98 0.5
Hex FC 59 4 0 41 62 1 15 62 32
Octal 374 131 4 0 101 142 1 25 142 62
Binary 11111100 1011001 100 0 1000001 1100010 1 10101 1100010 110010

Color Harmonies of #FC5904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5904

Black with #FC5904

Text Example


Text Example

White with #FC5904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5904; }

 p { color: rgb(252,89,4); }

 H1.HeaderClassName
 {
   color: #FC5904;
 }
 .AnyTagClassName
 {
   color: #FC5904;
 }
</style>

background-color css

<style>
 a { background-color: #FC5904; }

 a { background-color: rgb(252,89,4); }

 div.DivClassName
 {
   background-color: #FC5904;
 }
 .BgClassName
 {
   background-color: #FC5904;
 }
</style>

border-color css

<style>
 span { border-color: #FC5904; }

 span { border-color: rgb(252,89,4); }

 td.TdClassName
 {
   border-color: #FC5904;
 }
 .TagClassName
 {
   border-color: #FC5904;
 }
</style>