Html Css Color HEX #FF5E12 Safety Orange

📋 copy color: '#FF5E12'

red 255 ◦ green 94 ◦ blue 18

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

Shades of Safety Orange #FF5E12

Tints of Safety Orange #FF5E12

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 69.48%
G = 25.61%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5E12 (or 0xFF5E12) is known color: Safety Orange. HEX triplet: FF, 5E and 12. RGB value is (255,94,18). Sum of RGB (Red+Green+Blue) = 255+94+18=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E12 is #00A1ED. Grayscale: #858585. Windows color (decimal): -41454 or 1203967. OLE color: 1203967.

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

Color convert

RGB 255 94 18 -
CMYK 0 0.63 0.93 0
HSL 19.24º 1% 0.54% -
HSV(B) 19.24º 0.93% 1% -
XYZ 45.35 29.31 3.84 -
YUV 133.48 62.84 214.68 -
System Red Green Blue C M Y K H S L
Decimal 255 94 18 0 0.63 0.93 0 19.24 1 0.54
Hex FF 5E 12 0 3F 5D 0 13 64 36
Octal 377 136 22 0 77 135 0 23 144 66
Binary 11111111 1011110 10010 0 111111 1011101 0 10011 1100100 110110

Color Harmonies of #FF5E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E12

Black with #FF5E12

Text Example


Text Example

White with #FF5E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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