Html Css Color HEX #FC5900 International Orange

📋 copy color: '#FC5900'

red 252 ◦ green 89 ◦ blue 0

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

Shades of International Orange #FC5900

Tints of International Orange #FC5900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.1%

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

R = 73.9%
G = 26.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FC5900 (or 0xFC5900) is known color: International Orange. HEX triplet: FC, 59 and 00. RGB value is (252,89,0). Sum of RGB (Red+Green+Blue) = 252+89+0=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5900 is #03A6FF. Grayscale: #808080. Windows color (decimal): -239360 or 23036. OLE color: 23036.

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

Color convert

RGB 252 89 0 -
CMYK 0 0.65 1 0.01
HSL 21.19º 1% 0.49% -
HSV(B) 21.19º 1% 0.99% -
XYZ 43.72 27.84 3.07 -
YUV 127.59 56 216.74 -
System Red Green Blue C M Y K H S L
Decimal 252 89 0 0 0.65 1 0.01 21.19 1 0.49
Hex FC 59 0 0 41 64 1 15 64 31
Octal 374 131 0 0 101 144 1 25 144 61
Binary 11111100 1011001 0 0 1000001 1100100 1 10101 1100100 110001

Color Harmonies of #FC5900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5900

Black with #FC5900

Text Example


Text Example

White with #FC5900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5900; }

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

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

background-color css

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

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

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

border-color css

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

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

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