Html Css Color HEX #FE5D14 Safety Orange

📋 copy color: '#FE5D14'

red 254 ◦ green 93 ◦ blue 20

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

Shades of Safety Orange #FE5D14

Tints of Safety Orange #FE5D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 69.21%
G = 25.34%
B = 5.45%

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

#FE5D14 (or 0xFE5D14) is known color: Safety Orange. HEX triplet: FE, 5D and 14. RGB value is (254,93,20). Sum of RGB (Red+Green+Blue) = 254+93+20=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5D14 is #01A2EB. Grayscale: #858585. Windows color (decimal): -107244 or 1334782. OLE color: 1334782.

HSL color Cylindrical-coordinate representation of color #FE5D14: hue angle of 18.72º 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 #FE5D14 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 93 20 -
CMYK 0 0.63 0.92 0.00
HSL 18.72º 0.99% 0.54% -
HSV(B) 18.72º 0.92% 1% -
XYZ 44.91 28.95 3.88 -
YUV 132.82 64.34 214.44 -
System Red Green Blue C M Y K H S L
Decimal 254 93 20 0 0.63 0.92 0.00 18.72 0.99 0.54
Hex FE 5D 14 0 3F 5C 0 13 63 36
Octal 376 135 24 0 77 134 0 23 143 66
Binary 11111110 1011101 10100 0 111111 1011100 0 10011 1100011 110110

Color Harmonies of #FE5D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D14

Black with #FE5D14

Text Example


Text Example

White with #FE5D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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