Html Css Color HEX #FC5019 International Orange

📋 copy color: '#FC5019'

red 252 ◦ green 80 ◦ blue 25

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

Shades of International Orange #FC5019

Tints of International Orange #FC5019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.41%

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

R = 70.59%
G = 22.41%
B = 7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC5019 (or 0xFC5019) is known color: International Orange. HEX triplet: FC, 50 and 19. RGB value is (252,80,25). Sum of RGB (Red+Green+Blue) = 252+80+25=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5019 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5019 is #03AFE6. Grayscale: #7D7D7D. Windows color (decimal): -241639 or 1659132. OLE color: 1659132.

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

Color convert

RGB 252 80 25 -
CMYK 0 0.68 0.90 0.01
HSL 14.54º 0.97% 0.54% -
HSV(B) 14.54º 0.9% 0.99% -
XYZ 43.19 26.5 3.76 -
YUV 125.16 71.48 218.47 -
System Red Green Blue C M Y K H S L
Decimal 252 80 25 0 0.68 0.90 0.01 14.54 0.97 0.54
Hex FC 50 19 0 44 5A 1 F 61 36
Octal 374 120 31 0 104 132 1 17 141 66
Binary 11111100 1010000 11001 0 1000100 1011010 1 1111 1100001 110110

Color Harmonies of #FC5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5019

Black with #FC5019

Text Example


Text Example

White with #FC5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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