Html Css Color HEX #FC580D International Orange

📋 copy color: '#FC580D'

red 252 ◦ green 88 ◦ blue 13

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

Shades of International Orange #FC580D

Tints of International Orange #FC580D

RGB

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

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

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

R = 71.39%
G = 24.93%
B = 3.68%

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

#FC580D (or 0xFC580D) is known color: International Orange. HEX triplet: FC, 58 and 0D. RGB value is (252,88,13). Sum of RGB (Red+Green+Blue) = 252+88+13=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC580D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC580D is #03A7F2. Grayscale: #808080. Windows color (decimal): -239603 or 874748. OLE color: 874748.

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

Color convert

RGB 252 88 13 -
CMYK 0 0.65 0.95 0.01
HSL 18.83º 0.98% 0.52% -
HSV(B) 18.83º 0.95% 0.99% -
XYZ 43.71 27.7 3.42 -
YUV 128.49 62.83 216.1 -
System Red Green Blue C M Y K H S L
Decimal 252 88 13 0 0.65 0.95 0.01 18.83 0.98 0.52
Hex FC 58 D 0 41 5F 1 13 62 34
Octal 374 130 15 0 101 137 1 23 142 64
Binary 11111100 1011000 1101 0 1000001 1011111 1 10011 1100010 110100

Color Harmonies of #FC580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC580D

Black with #FC580D

Text Example


Text Example

White with #FC580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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