Html Css Color HEX #FE5D15 Safety Orange

📋 copy color: '#FE5D15'

red 254 ◦ green 93 ◦ blue 21

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

Shades of Safety Orange #FE5D15

Tints of Safety Orange #FE5D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.71%

R = 69.02%
G = 25.27%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE5D15 (or 0xFE5D15) is known color: Safety Orange. HEX triplet: FE, 5D and 15. RGB value is (254,93,21). Sum of RGB (Red+Green+Blue) = 254+93+21=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D15 is #01A2EA. Grayscale: #858585. Windows color (decimal): -107243 or 1400318. OLE color: 1400318.

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

Color convert

RGB 254 93 21 -
CMYK 0 0.63 0.92 0.00
HSL 18.54º 0.99% 0.54% -
HSV(B) 18.54º 0.92% 1% -
XYZ 44.92 28.95 3.93 -
YUV 132.93 64.84 214.35 -
System Red Green Blue C M Y K H S L
Decimal 254 93 21 0 0.63 0.92 0.00 18.54 0.99 0.54
Hex FE 5D 15 0 3F 5C 0 13 63 36
Octal 376 135 25 0 77 134 0 23 143 66
Binary 11111110 1011101 10101 0 111111 1011100 0 10011 1100011 110110

Color Harmonies of #FE5D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D15

Black with #FE5D15

Text Example


Text Example

White with #FE5D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D15; }

 p { color: rgb(254,93,21); }

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

background-color css

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

 a { background-color: rgb(254,93,21); }

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

border-color css

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

 span { border-color: rgb(254,93,21); }

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