Html Css Color HEX #FC5018 International Orange

📋 copy color: '#FC5018'

red 252 ◦ green 80 ◦ blue 24

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

Shades of International Orange #FC5018

Tints of International Orange #FC5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.74%

R = 70.79%
G = 22.47%
B = 6.74%

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

#FC5018 (or 0xFC5018) is known color: International Orange. HEX triplet: FC, 50 and 18. RGB value is (252,80,24). Sum of RGB (Red+Green+Blue) = 252+80+24=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5018 is #03AFE7. Grayscale: #7D7D7D. Windows color (decimal): -241640 or 1593596. OLE color: 1593596.

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

Color convert

RGB 252 80 24 -
CMYK 0 0.68 0.90 0.01
HSL 14.74º 0.97% 0.54% -
HSV(B) 14.74º 0.9% 0.99% -
XYZ 43.18 26.5 3.7 -
YUV 125.04 70.98 218.55 -
System Red Green Blue C M Y K H S L
Decimal 252 80 24 0 0.68 0.90 0.01 14.74 0.97 0.54
Hex FC 50 18 0 44 5A 1 F 61 36
Octal 374 120 30 0 104 132 1 17 141 66
Binary 11111100 1010000 11000 0 1000100 1011010 1 1111 1100001 110110

Color Harmonies of #FC5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5018

Black with #FC5018

Text Example


Text Example

White with #FC5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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