Html Css Color HEX #FC5A18 International Orange

📋 copy color: '#FC5A18'

red 252 ◦ green 90 ◦ blue 24

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

Shades of International Orange #FC5A18

Tints of International Orange #FC5A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 68.85%
G = 24.59%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC5A18 (or 0xFC5A18) is known color: International Orange. HEX triplet: FC, 5A and 18. RGB value is (252,90,24). Sum of RGB (Red+Green+Blue) = 252+90+24=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A18 is #03A5E7. Grayscale: #838383. Windows color (decimal): -239080 or 1596156. OLE color: 1596156.

HSL color Cylindrical-coordinate representation of color #FC5A18: hue angle of 17.37º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC5A18 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 90 24 -
CMYK 0 0.64 0.90 0.01
HSL 17.37º 0.97% 0.54% -
HSV(B) 17.37º 0.9% 0.99% -
XYZ 43.97 28.07 3.97 -
YUV 130.91 67.67 214.37 -
System Red Green Blue C M Y K H S L
Decimal 252 90 24 0 0.64 0.90 0.01 17.37 0.97 0.54
Hex FC 5A 18 0 40 5A 1 11 61 36
Octal 374 132 30 0 100 132 1 21 141 66
Binary 11111100 1011010 11000 0 1000000 1011010 1 10001 1100001 110110

Color Harmonies of #FC5A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A18

Black with #FC5A18

Text Example


Text Example

White with #FC5A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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