Html Css Color HEX #FE5C14 Safety Orange

📋 copy color: '#FE5C14'

red 254 ◦ green 92 ◦ blue 20

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

Shades of Safety Orange #FE5C14

Tints of Safety Orange #FE5C14

RGB

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

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

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

R = 69.4%
G = 25.14%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE5C14 (or 0xFE5C14) is known color: Safety Orange. HEX triplet: FE, 5C and 14. RGB value is (254,92,20). Sum of RGB (Red+Green+Blue) = 254+92+20=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 92 (36.33% from 255 or 25.14% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5C14 is #01A3EB. Grayscale: #848484. Windows color (decimal): -107500 or 1334526. OLE color: 1334526.

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

Color convert

RGB 254 92 20 -
CMYK 0 0.64 0.92 0.00
HSL 18.46º 0.99% 0.54% -
HSV(B) 18.46º 0.92% 1% -
XYZ 44.83 28.78 3.85 -
YUV 132.23 64.67 214.85 -
System Red Green Blue C M Y K H S L
Decimal 254 92 20 0 0.64 0.92 0.00 18.46 0.99 0.54
Hex FE 5C 14 0 40 5C 0 12 63 36
Octal 376 134 24 0 100 134 0 22 143 66
Binary 11111110 1011100 10100 0 1000000 1011100 0 10010 1100011 110110

Color Harmonies of #FE5C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5C14

Black with #FE5C14

Text Example


Text Example

White with #FE5C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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