Html Css Color HEX #FC5800 International Orange

📋 copy color: '#FC5800'

red 252 ◦ green 88 ◦ blue 0

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

Shades of International Orange #FC5800

Tints of International Orange #FC5800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

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

R = 74.12%
G = 25.88%
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

#FC5800 (or 0xFC5800) is known color: International Orange. HEX triplet: FC, 58 and 00. RGB value is (252,88,0). Sum of RGB (Red+Green+Blue) = 252+88+0=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5800 is #03A7FF. Grayscale: #7F7F7F. Windows color (decimal): -239616 or 22780. OLE color: 22780.

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

Color convert

RGB 252 88 0 -
CMYK 0 0.65 1 0.01
HSL 20.95º 1% 0.49% -
HSV(B) 20.95º 1% 0.99% -
XYZ 43.63 27.67 3.04 -
YUV 127 56.33 217.16 -
System Red Green Blue C M Y K H S L
Decimal 252 88 0 0 0.65 1 0.01 20.95 1 0.49
Hex FC 58 0 0 41 64 1 15 64 31
Octal 374 130 0 0 101 144 1 25 144 61
Binary 11111100 1011000 0 0 1000001 1100100 1 10101 1100100 110001

Color Harmonies of #FC5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5800

Black with #FC5800

Text Example


Text Example

White with #FC5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5800; }

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

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

background-color css

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

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

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

border-color css

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

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

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