Html Css Color HEX #FC5518 International Orange

📋 copy color: '#FC5518'

red 252 ◦ green 85 ◦ blue 24

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

Shades of International Orange #FC5518

Tints of International Orange #FC5518

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

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

R = 69.81%
G = 23.55%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC5518 (or 0xFC5518) is known color: International Orange. HEX triplet: FC, 55 and 18. RGB value is (252,85,24). Sum of RGB (Red+Green+Blue) = 252+85+24=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 24 (9.77% from 255 or 6.65% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5518 is #03AAE7. Grayscale: #808080. Windows color (decimal): -240360 or 1594876. OLE color: 1594876.

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

Color convert

RGB 252 85 24 -
CMYK 0 0.66 0.90 0.01
HSL 16.05º 0.97% 0.54% -
HSV(B) 16.05º 0.9% 0.99% -
XYZ 43.56 27.26 3.83 -
YUV 127.98 69.33 216.46 -
System Red Green Blue C M Y K H S L
Decimal 252 85 24 0 0.66 0.90 0.01 16.05 0.97 0.54
Hex FC 55 18 0 42 5A 1 10 61 36
Octal 374 125 30 0 102 132 1 20 141 66
Binary 11111100 1010101 11000 0 1000010 1011010 1 10000 1100001 110110

Color Harmonies of #FC5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5518

Black with #FC5518

Text Example


Text Example

White with #FC5518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5518; }

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

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

background-color css

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

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

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

border-color css

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

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

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