Html Css Color HEX #FC5A11 International Orange

📋 copy color: '#FC5A11'

red 252 ◦ green 90 ◦ blue 17

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

Shades of International Orange #FC5A11

Tints of International Orange #FC5A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

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

R = 70.19%
G = 25.07%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC5A11 (or 0xFC5A11) is known color: International Orange. HEX triplet: FC, 5A and 11. RGB value is (252,90,17). Sum of RGB (Red+Green+Blue) = 252+90+17=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A11 is #03A5EE. Grayscale: #828282. Windows color (decimal): -239087 or 1137404. OLE color: 1137404.

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

Color convert

RGB 252 90 17 -
CMYK 0 0.64 0.93 0.01
HSL 18.64º 0.98% 0.53% -
HSV(B) 18.64º 0.93% 0.99% -
XYZ 43.9 28.05 3.63 -
YUV 130.12 64.17 214.94 -
System Red Green Blue C M Y K H S L
Decimal 252 90 17 0 0.64 0.93 0.01 18.64 0.98 0.53
Hex FC 5A 11 0 40 5D 1 13 62 35
Octal 374 132 21 0 100 135 1 23 142 65
Binary 11111100 1011010 10001 0 1000000 1011101 1 10011 1100010 110101

Color Harmonies of #FC5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A11

Black with #FC5A11

Text Example


Text Example

White with #FC5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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