Html Css Color HEX #FC5511 International Orange

📋 copy color: '#FC5511'

red 252 ◦ green 85 ◦ blue 17

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

Shades of International Orange #FC5511

Tints of International Orange #FC5511

RGB

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

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

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

R = 71.19%
G = 24.01%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC5511 (or 0xFC5511) is known color: International Orange. HEX triplet: FC, 55 and 11. RGB value is (252,85,17). Sum of RGB (Red+Green+Blue) = 252+85+17=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 17 (7.03% from 255 or 4.80% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5511 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5511 is #03AAEE. Grayscale: #7F7F7F. Windows color (decimal): -240367 or 1136124. OLE color: 1136124.

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

Color convert

RGB 252 85 17 -
CMYK 0 0.66 0.93 0.01
HSL 17.36º 0.98% 0.53% -
HSV(B) 17.36º 0.93% 0.99% -
XYZ 43.49 27.23 3.49 -
YUV 127.18 65.83 217.03 -
System Red Green Blue C M Y K H S L
Decimal 252 85 17 0 0.66 0.93 0.01 17.36 0.98 0.53
Hex FC 55 11 0 42 5D 1 11 62 35
Octal 374 125 21 0 102 135 1 21 142 65
Binary 11111100 1010101 10001 0 1000010 1011101 1 10001 1100010 110101

Color Harmonies of #FC5511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5511

Black with #FC5511

Text Example


Text Example

White with #FC5511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5511; }

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

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

background-color css

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

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

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

border-color css

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

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

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