Html Css Color HEX #FC5010 International Orange

📋 copy color: '#FC5010'

red 252 ◦ green 80 ◦ blue 16

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

Shades of International Orange #FC5010

Tints of International Orange #FC5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.6%

R = 72.41%
G = 22.99%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC5010 (or 0xFC5010) is known color: International Orange. HEX triplet: FC, 50 and 10. RGB value is (252,80,16). Sum of RGB (Red+Green+Blue) = 252+80+16=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 80 (31.64% from 255 or 22.99% from 348); Blue value is 16 (6.64% from 255 or 4.60% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC5010 is #03AFEF. Grayscale: #7C7C7C. Windows color (decimal): -241648 or 1069308. OLE color: 1069308.

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

Color convert

RGB 252 80 16 -
CMYK 0 0.68 0.94 0.01
HSL 16.27º 0.98% 0.53% -
HSV(B) 16.27º 0.94% 0.99% -
XYZ 43.11 26.47 3.33 -
YUV 124.13 66.98 219.2 -
System Red Green Blue C M Y K H S L
Decimal 252 80 16 0 0.68 0.94 0.01 16.27 0.98 0.53
Hex FC 50 10 0 44 5E 1 10 62 35
Octal 374 120 20 0 104 136 1 20 142 65
Binary 11111100 1010000 10000 0 1000100 1011110 1 10000 1100010 110101

Color Harmonies of #FC5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5010

Black with #FC5010

Text Example


Text Example

White with #FC5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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