Html Css Color HEX #FC5501 International Orange

📋 copy color: '#FC5501'

red 252 ◦ green 85 ◦ blue 1

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

Shades of International Orange #FC5501

Tints of International Orange #FC5501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 74.56%
G = 25.15%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC5501 (or 0xFC5501) is known color: International Orange. HEX triplet: FC, 55 and 01. RGB value is (252,85,1). Sum of RGB (Red+Green+Blue) = 252+85+1=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5501 is #03AAFE. Grayscale: #7D7D7D. Windows color (decimal): -240383 or 87548. OLE color: 87548.

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

Color convert

RGB 252 85 1 -
CMYK 0 0.66 1.00 0.01
HSL 20.08º 0.99% 0.5% -
HSV(B) 20.08º 1% 0.99% -
XYZ 43.4 27.19 2.99 -
YUV 125.36 57.83 218.33 -
System Red Green Blue C M Y K H S L
Decimal 252 85 1 0 0.66 1.00 0.01 20.08 0.99 0.5
Hex FC 55 1 0 42 64 1 14 63 32
Octal 374 125 1 0 102 144 1 24 143 62
Binary 11111100 1010101 1 0 1000010 1100100 1 10100 1100011 110010

Color Harmonies of #FC5501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5501

Black with #FC5501

Text Example


Text Example

White with #FC5501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5501; }

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

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

background-color css

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

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

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

border-color css

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

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

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