Html Css Color HEX #FF5C13 Safety Orange

📋 copy color: '#FF5C13'

red 255 ◦ green 92 ◦ blue 19

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

Shades of Safety Orange #FF5C13

Tints of Safety Orange #FF5C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.14%

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

R = 69.67%
G = 25.14%
B = 5.19%

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

#FF5C13 (or 0xFF5C13) is known color: Safety Orange. HEX triplet: FF, 5C and 13. RGB value is (255,92,19). Sum of RGB (Red+Green+Blue) = 255+92+19=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5C13 is #00A3EC. Grayscale: #848484. Windows color (decimal): -41965 or 1268991. OLE color: 1268991.

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

Color convert

RGB 255 92 19 -
CMYK 0 0.64 0.93 0
HSL 18.56º 1% 0.54% -
HSV(B) 18.56º 0.93% 1% -
XYZ 45.18 28.96 3.82 -
YUV 132.42 64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 255 92 19 0 0.64 0.93 0 18.56 1 0.54
Hex FF 5C 13 0 40 5D 0 13 64 36
Octal 377 134 23 0 100 135 0 23 144 66
Binary 11111111 1011100 10011 0 1000000 1011101 0 10011 1100100 110110

Color Harmonies of #FF5C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5C13

Black with #FF5C13

Text Example


Text Example

White with #FF5C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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