Html Css Color HEX #FF5112 International Orange

📋 copy color: '#FF5112'

red 255 ◦ green 81 ◦ blue 18

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

Shades of International Orange #FF5112

Tints of International Orange #FF5112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

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

R = 72.03%
G = 22.88%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5112 (or 0xFF5112) is known color: International Orange. HEX triplet: FF, 51 and 12. RGB value is (255,81,18). Sum of RGB (Red+Green+Blue) = 255+81+18=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5112 is #00AEED. Grayscale: #7E7E7E. Windows color (decimal): -44782 or 1200639. OLE color: 1200639.

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

Color convert

RGB 255 81 18 -
CMYK 0 0.68 0.93 0
HSL 15.95º 1% 0.54% -
HSV(B) 15.95º 0.93% 1% -
XYZ 44.29 27.19 3.49 -
YUV 125.84 67.15 220.12 -
System Red Green Blue C M Y K H S L
Decimal 255 81 18 0 0.68 0.93 0 15.95 1 0.54
Hex FF 51 12 0 44 5D 0 10 64 36
Octal 377 121 22 0 104 135 0 20 144 66
Binary 11111111 1010001 10010 0 1000100 1011101 0 10000 1100100 110110

Color Harmonies of #FF5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5112

Black with #FF5112

Text Example


Text Example

White with #FF5112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5112; }

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

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

background-color css

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

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

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

border-color css

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

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

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