Html Css Color HEX #FC5006 International Orange

📋 copy color: '#FC5006'

red 252 ◦ green 80 ◦ blue 6

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

Shades of International Orange #FC5006

Tints of International Orange #FC5006

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 6 (2.73% from 255) = 1.78%

R = 74.56%
G = 23.67%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC5006 (or 0xFC5006) is known color: International Orange. HEX triplet: FC, 50 and 06. RGB value is (252,80,6). Sum of RGB (Red+Green+Blue) = 252+80+6=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5006 is #03AFF9. Grayscale: #7B7B7B. Windows color (decimal): -241658 or 413948. OLE color: 413948.

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

Color convert

RGB 252 80 6 -
CMYK 0 0.68 0.98 0.01
HSL 18.05º 0.98% 0.51% -
HSV(B) 18.05º 0.98% 0.99% -
XYZ 43.05 26.45 3.01 -
YUV 122.99 61.98 220.02 -
System Red Green Blue C M Y K H S L
Decimal 252 80 6 0 0.68 0.98 0.01 18.05 0.98 0.51
Hex FC 50 6 0 44 62 1 12 62 33
Octal 374 120 6 0 104 142 1 22 142 63
Binary 11111100 1010000 110 0 1000100 1100010 1 10010 1100010 110011

Color Harmonies of #FC5006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5006

Black with #FC5006

Text Example


Text Example

White with #FC5006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5006; }

 p { color: rgb(252,80,6); }

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

background-color css

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

 a { background-color: rgb(252,80,6); }

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

border-color css

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

 span { border-color: rgb(252,80,6); }

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