Html Css Color HEX #FF5E0A Safety Orange

📋 copy color: '#FF5E0A'

red 255 ◦ green 94 ◦ blue 10

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

Shades of Safety Orange #FF5E0A

Tints of Safety Orange #FF5E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.79%

R = 71.03%
G = 26.18%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF5E0A (or 0xFF5E0A) is known color: Safety Orange. HEX triplet: FF, 5E and 0A. RGB value is (255,94,10). Sum of RGB (Red+Green+Blue) = 255+94+10=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 10 (4.30% from 255 or 2.79% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E0A is #00A1F5. Grayscale: #858585. Windows color (decimal): -41462 or 679679. OLE color: 679679.

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

Color convert

RGB 255 94 10 -
CMYK 0 0.63 0.96 0
HSL 20.57º 1% 0.52% -
HSV(B) 20.57º 0.96% 1% -
XYZ 45.3 29.29 3.55 -
YUV 132.56 58.84 215.33 -
System Red Green Blue C M Y K H S L
Decimal 255 94 10 0 0.63 0.96 0 20.57 1 0.52
Hex FF 5E A 0 3F 60 0 15 64 34
Octal 377 136 12 0 77 140 0 25 144 64
Binary 11111111 1011110 1010 0 111111 1100000 0 10101 1100100 110100

Color Harmonies of #FF5E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E0A

Black with #FF5E0A

Text Example


Text Example

White with #FF5E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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