Html Css Color HEX #FF5012 International Orange

📋 copy color: '#FF5012'

red 255 ◦ green 80 ◦ blue 18

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

Shades of International Orange #FF5012

Tints of International Orange #FF5012

RGB

 RED value IS 255 (100% from 255) = 72.24%

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

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 72.24%
G = 22.66%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5012 (or 0xFF5012) is known color: International Orange. HEX triplet: FF, 50 and 12. RGB value is (255,80,18). Sum of RGB (Red+Green+Blue) = 255+80+18=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5012 is #00AFED. Grayscale: #7D7D7D. Windows color (decimal): -45038 or 1200383. OLE color: 1200383.

HSL color Cylindrical-coordinate representation of color #FF5012: hue angle of 15.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5012 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 80 18 -
CMYK 0 0.69 0.93 0
HSL 15.7º 1% 0.54% -
HSV(B) 15.7º 0.93% 1% -
XYZ 44.22 27.04 3.46 -
YUV 125.26 67.48 220.54 -
System Red Green Blue C M Y K H S L
Decimal 255 80 18 0 0.69 0.93 0 15.7 1 0.54
Hex FF 50 12 0 45 5D 0 10 64 36
Octal 377 120 22 0 105 135 0 20 144 66
Binary 11111111 1010000 10010 0 1000101 1011101 0 10000 1100100 110110

Color Harmonies of #FF5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5012

Black with #FF5012

Text Example


Text Example

White with #FF5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5012; }

 p { color: rgb(255,80,18); }

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

background-color css

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

 a { background-color: rgb(255,80,18); }

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

border-color css

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

 span { border-color: rgb(255,80,18); }

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