Html Css Color HEX #FC5A14 International Orange

📋 copy color: '#FC5A14'

red 252 ◦ green 90 ◦ blue 20

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

Shades of International Orange #FC5A14

Tints of International Orange #FC5A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.52%

R = 69.61%
G = 24.86%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC5A14 (or 0xFC5A14) is known color: International Orange. HEX triplet: FC, 5A and 14. RGB value is (252,90,20). Sum of RGB (Red+Green+Blue) = 252+90+20=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A14 is #03A5EB. Grayscale: #828282. Windows color (decimal): -239084 or 1334012. OLE color: 1334012.

HSL color Cylindrical-coordinate representation of color #FC5A14: hue angle of 18.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC5A14 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 90 20 -
CMYK 0 0.64 0.92 0.01
HSL 18.1º 0.97% 0.53% -
HSV(B) 18.1º 0.92% 0.99% -
XYZ 43.93 28.06 3.76 -
YUV 130.46 65.67 214.69 -
System Red Green Blue C M Y K H S L
Decimal 252 90 20 0 0.64 0.92 0.01 18.1 0.97 0.53
Hex FC 5A 14 0 40 5C 1 12 61 35
Octal 374 132 24 0 100 134 1 22 141 65
Binary 11111100 1011010 10100 0 1000000 1011100 1 10010 1100001 110101

Color Harmonies of #FC5A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A14

Black with #FC5A14

Text Example


Text Example

White with #FC5A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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