Html Css Color HEX #FE6014 Safety Orange

📋 copy color: '#FE6014'

red 254 ◦ green 96 ◦ blue 20

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

Shades of Safety Orange #FE6014

Tints of Safety Orange #FE6014

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 68.65%
G = 25.95%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE6014 (or 0xFE6014) is known color: Safety Orange. HEX triplet: FE, 60 and 14. RGB value is (254,96,20). Sum of RGB (Red+Green+Blue) = 254+96+20=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6014 is #019FEB. Grayscale: #878787. Windows color (decimal): -106476 or 1335550. OLE color: 1335550.

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

Color convert

RGB 254 96 20 -
CMYK 0 0.62 0.92 0.00
HSL 19.49º 0.99% 0.54% -
HSV(B) 19.49º 0.92% 1% -
XYZ 45.18 29.49 3.97 -
YUV 134.58 63.35 213.18 -
System Red Green Blue C M Y K H S L
Decimal 254 96 20 0 0.62 0.92 0.00 19.49 0.99 0.54
Hex FE 60 14 0 3E 5C 0 13 63 36
Octal 376 140 24 0 76 134 0 23 143 66
Binary 11111110 1100000 10100 0 111110 1011100 0 10011 1100011 110110

Color Harmonies of #FE6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6014

Black with #FE6014

Text Example


Text Example

White with #FE6014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6014; }

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

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

background-color css

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

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

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

border-color css

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

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

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