Html Css Color HEX #FF5E05 Safety Orange

📋 copy color: '#FF5E05'

red 255 ◦ green 94 ◦ blue 5

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

Shades of Safety Orange #FF5E05

Tints of Safety Orange #FF5E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 72.03%
G = 26.55%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5E05 (or 0xFF5E05) is known color: Safety Orange. HEX triplet: FF, 5E and 05. RGB value is (255,94,5). Sum of RGB (Red+Green+Blue) = 255+94+5=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E05 is #00A1FA. Grayscale: #848484. Windows color (decimal): -41467 or 351999. OLE color: 351999.

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

Color convert

RGB 255 94 5 -
CMYK 0 0.63 0.98 0
HSL 21.36º 1% 0.51% -
HSV(B) 21.36º 0.98% 1% -
XYZ 45.27 29.28 3.41 -
YUV 131.99 56.34 215.74 -
System Red Green Blue C M Y K H S L
Decimal 255 94 5 0 0.63 0.98 0 21.36 1 0.51
Hex FF 5E 5 0 3F 62 0 15 64 33
Octal 377 136 5 0 77 142 0 25 144 63
Binary 11111111 1011110 101 0 111111 1100010 0 10101 1100100 110011

Color Harmonies of #FF5E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E05

Black with #FF5E05

Text Example


Text Example

White with #FF5E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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