Html Css Color HEX #FF5D13 Safety Orange

📋 copy color: '#FF5D13'

red 255 ◦ green 93 ◦ blue 19

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

Shades of Safety Orange #FF5D13

Tints of Safety Orange #FF5D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.18%

R = 69.48%
G = 25.34%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5D13 (or 0xFF5D13) is known color: Safety Orange. HEX triplet: FF, 5D and 13. RGB value is (255,93,19). Sum of RGB (Red+Green+Blue) = 255+93+19=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 19 (7.81% from 255 or 5.18% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5D13 is #00A2EC. Grayscale: #858585. Windows color (decimal): -41709 or 1269247. OLE color: 1269247.

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

Color convert

RGB 255 93 19 -
CMYK 0 0.64 0.93 0
HSL 18.81º 1% 0.54% -
HSV(B) 18.81º 0.93% 1% -
XYZ 45.27 29.14 3.85 -
YUV 133 63.67 215.02 -
System Red Green Blue C M Y K H S L
Decimal 255 93 19 0 0.64 0.93 0 18.81 1 0.54
Hex FF 5D 13 0 40 5D 0 13 64 36
Octal 377 135 23 0 100 135 0 23 144 66
Binary 11111111 1011101 10011 0 1000000 1011101 0 10011 1100100 110110

Color Harmonies of #FF5D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D13

Black with #FF5D13

Text Example


Text Example

White with #FF5D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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