Html Css Color HEX #FC590D International Orange

📋 copy color: '#FC590D'

red 252 ◦ green 89 ◦ blue 13

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

Shades of International Orange #FC590D

Tints of International Orange #FC590D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.67%

R = 71.19%
G = 25.14%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC590D (or 0xFC590D) is known color: International Orange. HEX triplet: FC, 59 and 0D. RGB value is (252,89,13). Sum of RGB (Red+Green+Blue) = 252+89+13=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC590D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC590D is #03A6F2. Grayscale: #818181. Windows color (decimal): -239347 or 875004. OLE color: 875004.

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

Color convert

RGB 252 89 13 -
CMYK 0 0.65 0.95 0.01
HSL 19.08º 0.98% 0.52% -
HSV(B) 19.08º 0.95% 0.99% -
XYZ 43.79 27.87 3.45 -
YUV 129.07 62.5 215.68 -
System Red Green Blue C M Y K H S L
Decimal 252 89 13 0 0.65 0.95 0.01 19.08 0.98 0.52
Hex FC 59 D 0 41 5F 1 13 62 34
Octal 374 131 15 0 101 137 1 23 142 64
Binary 11111100 1011001 1101 0 1000001 1011111 1 10011 1100010 110100

Color Harmonies of #FC590D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC590D

Black with #FC590D

Text Example


Text Example

White with #FC590D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC590D; }

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

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

background-color css

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

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

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

border-color css

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

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

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