Html Css Color HEX #FE5D16 Safety Orange

📋 copy color: '#FE5D16'

red 254 ◦ green 93 ◦ blue 22

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

Shades of Safety Orange #FE5D16

Tints of Safety Orange #FE5D16

RGB

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

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

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

R = 68.83%
G = 25.2%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE5D16 (or 0xFE5D16) is known color: Safety Orange. HEX triplet: FE, 5D and 16. RGB value is (254,93,22). Sum of RGB (Red+Green+Blue) = 254+93+22=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D16 is #01A2E9. Grayscale: #858585. Windows color (decimal): -107242 or 1465854. OLE color: 1465854.

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

Color convert

RGB 254 93 22 -
CMYK 0 0.63 0.91 0.00
HSL 18.36º 0.99% 0.54% -
HSV(B) 18.36º 0.91% 1% -
XYZ 44.93 28.96 3.98 -
YUV 133.05 65.34 214.27 -
System Red Green Blue C M Y K H S L
Decimal 254 93 22 0 0.63 0.91 0.00 18.36 0.99 0.54
Hex FE 5D 16 0 3F 5B 0 12 63 36
Octal 376 135 26 0 77 133 0 22 143 66
Binary 11111110 1011101 10110 0 111111 1011011 0 10010 1100011 110110

Color Harmonies of #FE5D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D16

Black with #FE5D16

Text Example


Text Example

White with #FE5D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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