Html Css Color HEX #FC5A0C International Orange

📋 copy color: '#FC5A0C'

red 252 ◦ green 90 ◦ blue 12

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

Shades of International Orange #FC5A0C

Tints of International Orange #FC5A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.39%

R = 71.19%
G = 25.42%
B = 3.39%

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

#FC5A0C (or 0xFC5A0C) is known color: International Orange. HEX triplet: FC, 5A and 0C. RGB value is (252,90,12). Sum of RGB (Red+Green+Blue) = 252+90+12=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 12 (5.08% from 255 or 3.39% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A0C is #03A5F3. Grayscale: #828282. Windows color (decimal): -239092 or 809724. OLE color: 809724.

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

Color convert

RGB 252 90 12 -
CMYK 0 0.64 0.95 0.01
HSL 19.5º 0.98% 0.52% -
HSV(B) 19.5º 0.95% 0.99% -
XYZ 43.87 28.03 3.45 -
YUV 129.55 61.67 215.34 -
System Red Green Blue C M Y K H S L
Decimal 252 90 12 0 0.64 0.95 0.01 19.5 0.98 0.52
Hex FC 5A C 0 40 5F 1 14 62 34
Octal 374 132 14 0 100 137 1 24 142 64
Binary 11111100 1011010 1100 0 1000000 1011111 1 10100 1100010 110100

Color Harmonies of #FC5A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A0C

Black with #FC5A0C

Text Example


Text Example

White with #FC5A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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