Html Css Color HEX #FC5500 International Orange

📋 copy color: '#FC5500'

red 252 ◦ green 85 ◦ blue 0

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

Shades of International Orange #FC5500

Tints of International Orange #FC5500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.78%
G = 25.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC5500 (or 0xFC5500) is known color: International Orange. HEX triplet: FC, 55 and 00. RGB value is (252,85,0). Sum of RGB (Red+Green+Blue) = 252+85+0=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5500 is #03AAFF. Grayscale: #7D7D7D. Windows color (decimal): -240384 or 22012. OLE color: 22012.

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

Color convert

RGB 252 85 0 -
CMYK 0 0.66 1 0.01
HSL 20.24º 1% 0.49% -
HSV(B) 20.24º 1% 0.99% -
XYZ 43.39 27.19 2.96 -
YUV 125.24 57.33 218.41 -
System Red Green Blue C M Y K H S L
Decimal 252 85 0 0 0.66 1 0.01 20.24 1 0.49
Hex FC 55 0 0 42 64 1 14 64 31
Octal 374 125 0 0 102 144 1 24 144 61
Binary 11111100 1010101 0 0 1000010 1100100 1 10100 1100100 110001

Color Harmonies of #FC5500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5500

Black with #FC5500

Text Example


Text Example

White with #FC5500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5500; }

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

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

background-color css

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

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

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

border-color css

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

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

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