Html Css Color HEX #FE5F13 Safety Orange

📋 copy color: '#FE5F13'

red 254 ◦ green 95 ◦ blue 19

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

Shades of Safety Orange #FE5F13

Tints of Safety Orange #FE5F13

RGB

 RED value IS 254 (99.61% from 255) = 69.02%

 GREEN value IS 95 (37.5% from 255) = 25.82%

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

R = 69.02%
G = 25.82%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE5F13 (or 0xFE5F13) is known color: Safety Orange. HEX triplet: FE, 5F and 13. RGB value is (254,95,19). Sum of RGB (Red+Green+Blue) = 254+95+19=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5F13 is #01A0EC. Grayscale: #868686. Windows color (decimal): -106733 or 1269758. OLE color: 1269758.

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

Color convert

RGB 254 95 19 -
CMYK 0 0.63 0.93 0.00
HSL 19.4º 0.99% 0.54% -
HSV(B) 19.4º 0.93% 1% -
XYZ 45.08 29.3 3.9 -
YUV 133.88 63.18 213.68 -
System Red Green Blue C M Y K H S L
Decimal 254 95 19 0 0.63 0.93 0.00 19.4 0.99 0.54
Hex FE 5F 13 0 3F 5D 0 13 63 36
Octal 376 137 23 0 77 135 0 23 143 66
Binary 11111110 1011111 10011 0 111111 1011101 0 10011 1100011 110110

Color Harmonies of #FE5F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5F13

Black with #FE5F13

Text Example


Text Example

White with #FE5F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5F13; }

 p { color: rgb(254,95,19); }

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

background-color css

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

 a { background-color: rgb(254,95,19); }

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

border-color css

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

 span { border-color: rgb(254,95,19); }

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