Html Css Color HEX #FC5607 International Orange

📋 copy color: '#FC5607'

red 252 ◦ green 86 ◦ blue 7

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

Shades of International Orange #FC5607

Tints of International Orange #FC5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.93%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 73.04%
G = 24.93%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC5607 (or 0xFC5607) is known color: International Orange. HEX triplet: FC, 56 and 07. RGB value is (252,86,7). Sum of RGB (Red+Green+Blue) = 252+86+7=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5607 is #03A9F8. Grayscale: #7F7F7F. Windows color (decimal): -240121 or 481020. OLE color: 481020.

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

Color convert

RGB 252 86 7 -
CMYK 0 0.66 0.97 0.01
HSL 19.35º 0.98% 0.51% -
HSV(B) 19.35º 0.97% 0.99% -
XYZ 43.51 27.37 3.19 -
YUV 126.63 60.5 217.42 -
System Red Green Blue C M Y K H S L
Decimal 252 86 7 0 0.66 0.97 0.01 19.35 0.98 0.51
Hex FC 56 7 0 42 61 1 13 62 33
Octal 374 126 7 0 102 141 1 23 142 63
Binary 11111100 1010110 111 0 1000010 1100001 1 10011 1100010 110011

Color Harmonies of #FC5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5607

Black with #FC5607

Text Example


Text Example

White with #FC5607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5607; }

 p { color: rgb(252,86,7); }

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

background-color css

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

 a { background-color: rgb(252,86,7); }

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

border-color css

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

 span { border-color: rgb(252,86,7); }

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