Html Css Color HEX #FC5012 International Orange

📋 copy color: '#FC5012'

red 252 ◦ green 80 ◦ blue 18

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

Shades of International Orange #FC5012

Tints of International Orange #FC5012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.14%

R = 72%
G = 22.86%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC5012 (or 0xFC5012) is known color: International Orange. HEX triplet: FC, 50 and 12. RGB value is (252,80,18). Sum of RGB (Red+Green+Blue) = 252+80+18=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5012 is #03AFED. Grayscale: #7C7C7C. Windows color (decimal): -241646 or 1200380. OLE color: 1200380.

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

Color convert

RGB 252 80 18 -
CMYK 0 0.68 0.93 0.01
HSL 15.9º 0.98% 0.53% -
HSV(B) 15.9º 0.93% 0.99% -
XYZ 43.12 26.48 3.41 -
YUV 124.36 67.98 219.04 -
System Red Green Blue C M Y K H S L
Decimal 252 80 18 0 0.68 0.93 0.01 15.9 0.98 0.53
Hex FC 50 12 0 44 5D 1 10 62 35
Octal 374 120 22 0 104 135 1 20 142 65
Binary 11111100 1010000 10010 0 1000100 1011101 1 10000 1100010 110101

Color Harmonies of #FC5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5012

Black with #FC5012

Text Example


Text Example

White with #FC5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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