Html Css Color HEX #FF5D16 Safety Orange

📋 copy color: '#FF5D16'

red 255 ◦ green 93 ◦ blue 22

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

Shades of Safety Orange #FF5D16

Tints of Safety Orange #FF5D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 22 (8.98% from 255) = 5.95%

R = 68.92%
G = 25.14%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF5D16 (or 0xFF5D16) is known color: Safety Orange. HEX triplet: FF, 5D and 16. RGB value is (255,93,22). Sum of RGB (Red+Green+Blue) = 255+93+22=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D16 is #00A2E9. Grayscale: #858585. Windows color (decimal): -41706 or 1465855. OLE color: 1465855.

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

Color convert

RGB 255 93 22 -
CMYK 0 0.64 0.91 0
HSL 18.28º 1% 0.54% -
HSV(B) 18.28º 0.91% 1% -
XYZ 45.3 29.15 4 -
YUV 133.34 65.17 214.77 -
System Red Green Blue C M Y K H S L
Decimal 255 93 22 0 0.64 0.91 0 18.28 1 0.54
Hex FF 5D 16 0 40 5B 0 12 64 36
Octal 377 135 26 0 100 133 0 22 144 66
Binary 11111111 1011101 10110 0 1000000 1011011 0 10010 1100100 110110

Color Harmonies of #FF5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D16

Black with #FF5D16

Text Example


Text Example

White with #FF5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D16; }

 p { color: rgb(255,93,22); }

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

background-color css

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

 a { background-color: rgb(255,93,22); }

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

border-color css

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

 span { border-color: rgb(255,93,22); }

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