Html Css Color HEX #FC5502 International Orange

📋 copy color: '#FC5502'

red 252 ◦ green 85 ◦ blue 2

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

Shades of International Orange #FC5502

Tints of International Orange #FC5502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 74.34%
G = 25.07%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FC5502 (or 0xFC5502) is known color: International Orange. HEX triplet: FC, 55 and 02. RGB value is (252,85,2). Sum of RGB (Red+Green+Blue) = 252+85+2=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5502 is #03AAFD. Grayscale: #7D7D7D. Windows color (decimal): -240382 or 153084. OLE color: 153084.

HSL color Cylindrical-coordinate representation of color #FC5502: hue angle of 19.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC5502 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 85 2 -
CMYK 0 0.66 0.99 0.01
HSL 19.92º 0.98% 0.5% -
HSV(B) 19.92º 0.99% 0.99% -
XYZ 43.4 27.2 3.02 -
YUV 125.47 58.33 218.25 -
System Red Green Blue C M Y K H S L
Decimal 252 85 2 0 0.66 0.99 0.01 19.92 0.98 0.5
Hex FC 55 2 0 42 63 1 14 62 32
Octal 374 125 2 0 102 143 1 24 142 62
Binary 11111100 1010101 10 0 1000010 1100011 1 10100 1100010 110010

Color Harmonies of #FC5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5502

Black with #FC5502

Text Example


Text Example

White with #FC5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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