Html Css Color HEX #FC5A19 International Orange

📋 copy color: '#FC5A19'

red 252 ◦ green 90 ◦ blue 25

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

Shades of International Orange #FC5A19

Tints of International Orange #FC5A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.81%

R = 68.66%
G = 24.52%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC5A19 (or 0xFC5A19) is known color: International Orange. HEX triplet: FC, 5A and 19. RGB value is (252,90,25). Sum of RGB (Red+Green+Blue) = 252+90+25=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 25 (10.16% from 255 or 6.81% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5A19 is #03A5E6. Grayscale: #838383. Windows color (decimal): -239079 or 1661692. OLE color: 1661692.

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

Color convert

RGB 252 90 25 -
CMYK 0 0.64 0.90 0.01
HSL 17.18º 0.97% 0.54% -
HSV(B) 17.18º 0.9% 0.99% -
XYZ 43.98 28.08 4.02 -
YUV 131.03 68.17 214.29 -
System Red Green Blue C M Y K H S L
Decimal 252 90 25 0 0.64 0.90 0.01 17.18 0.97 0.54
Hex FC 5A 19 0 40 5A 1 11 61 36
Octal 374 132 31 0 100 132 1 21 141 66
Binary 11111100 1011010 11001 0 1000000 1011010 1 10001 1100001 110110

Color Harmonies of #FC5A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5A19

Black with #FC5A19

Text Example


Text Example

White with #FC5A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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