Html Css Color HEX #FC5A0D International Orange

📋 copy color: '#FC5A0D'

red 252 ◦ green 90 ◦ blue 13

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

Shades of International Orange #FC5A0D

Tints of International Orange #FC5A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.35%

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

R = 70.99%
G = 25.35%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC5A0D (or 0xFC5A0D) is known color: International Orange. HEX triplet: FC, 5A and 0D. RGB value is (252,90,13). Sum of RGB (Red+Green+Blue) = 252+90+13=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 90 (35.55% from 255 or 25.35% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A0D is #03A5F2. Grayscale: #828282. Windows color (decimal): -239091 or 875260. OLE color: 875260.

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

Color convert

RGB 252 90 13 -
CMYK 0 0.64 0.95 0.01
HSL 19.33º 0.98% 0.52% -
HSV(B) 19.33º 0.95% 0.99% -
XYZ 43.87 28.04 3.48 -
YUV 129.66 62.17 215.26 -
System Red Green Blue C M Y K H S L
Decimal 252 90 13 0 0.64 0.95 0.01 19.33 0.98 0.52
Hex FC 5A D 0 40 5F 1 13 62 34
Octal 374 132 15 0 100 137 1 23 142 64
Binary 11111100 1011010 1101 0 1000000 1011111 1 10011 1100010 110100

Color Harmonies of #FC5A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A0D

Black with #FC5A0D

Text Example


Text Example

White with #FC5A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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