Html Css Color HEX #FC5B18 International Orange

📋 copy color: '#FC5B18'

red 252 ◦ green 91 ◦ blue 24

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

Shades of International Orange #FC5B18

Tints of International Orange #FC5B18

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.8%

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

R = 68.66%
G = 24.8%
B = 6.54%

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

#FC5B18 (or 0xFC5B18) is known color: International Orange. HEX triplet: FC, 5B and 18. RGB value is (252,91,24). Sum of RGB (Red+Green+Blue) = 252+91+24=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5B18 is #03A4E7. Grayscale: #838383. Windows color (decimal): -238824 or 1596412. OLE color: 1596412.

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

Color convert

RGB 252 91 24 -
CMYK 0 0.64 0.90 0.01
HSL 17.63º 0.97% 0.54% -
HSV(B) 17.63º 0.9% 0.99% -
XYZ 44.05 28.24 3.99 -
YUV 131.5 67.34 213.95 -
System Red Green Blue C M Y K H S L
Decimal 252 91 24 0 0.64 0.90 0.01 17.63 0.97 0.54
Hex FC 5B 18 0 40 5A 1 12 61 36
Octal 374 133 30 0 100 132 1 22 141 66
Binary 11111100 1011011 11000 0 1000000 1011010 1 10010 1100001 110110

Color Harmonies of #FC5B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B18

Black with #FC5B18

Text Example


Text Example

White with #FC5B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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