Html Css Color HEX #FC5011 International Orange

📋 copy color: '#FC5011'

red 252 ◦ green 80 ◦ blue 17

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

Shades of International Orange #FC5011

Tints of International Orange #FC5011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.87%

R = 72.21%
G = 22.92%
B = 4.87%

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

#FC5011 (or 0xFC5011) is known color: International Orange. HEX triplet: FC, 50 and 11. RGB value is (252,80,17). Sum of RGB (Red+Green+Blue) = 252+80+17=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5011 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5011 is #03AFEE. Grayscale: #7C7C7C. Windows color (decimal): -241647 or 1134844. OLE color: 1134844.

HSL color Cylindrical-coordinate representation of color #FC5011: hue angle of 16.09º 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 #FC5011 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 80 17 -
CMYK 0 0.68 0.93 0.01
HSL 16.09º 0.98% 0.53% -
HSV(B) 16.09º 0.93% 0.99% -
XYZ 43.11 26.47 3.37 -
YUV 124.25 67.48 219.12 -
System Red Green Blue C M Y K H S L
Decimal 252 80 17 0 0.68 0.93 0.01 16.09 0.98 0.53
Hex FC 50 11 0 44 5D 1 10 62 35
Octal 374 120 21 0 104 135 1 20 142 65
Binary 11111100 1010000 10001 0 1000100 1011101 1 10000 1100010 110101

Color Harmonies of #FC5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5011

Black with #FC5011

Text Example


Text Example

White with #FC5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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