Html Css Color HEX #FE680E Safety Orange

📋 copy color: '#FE680E'

red 254 ◦ green 104 ◦ blue 14

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

Shades of Safety Orange #FE680E

Tints of Safety Orange #FE680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 14 (5.86% from 255) = 3.76%

R = 68.28%
G = 27.96%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE680E (or 0xFE680E) is known color: Safety Orange. HEX triplet: FE, 68 and 0E. RGB value is (254,104,14). Sum of RGB (Red+Green+Blue) = 254+104+14=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE680E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE680E is #0197F1. Grayscale: #8B8B8B. Windows color (decimal): -104434 or 944382. OLE color: 944382.

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

Color convert

RGB 254 104 14 -
CMYK 0 0.59 0.94 0.00
HSL 22.5º 0.99% 0.53% -
HSV(B) 22.5º 0.94% 1% -
XYZ 45.9 31 3.98 -
YUV 138.59 57.7 210.32 -
System Red Green Blue C M Y K H S L
Decimal 254 104 14 0 0.59 0.94 0.00 22.5 0.99 0.53
Hex FE 68 E 0 3B 5E 0 16 63 35
Octal 376 150 16 0 73 136 0 26 143 65
Binary 11111110 1101000 1110 0 111011 1011110 0 10110 1100011 110101

Color Harmonies of #FE680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE680E

Black with #FE680E

Text Example


Text Example

White with #FE680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE680E; }

 p { color: rgb(254,104,14); }

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

background-color css

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

 a { background-color: rgb(254,104,14); }

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

border-color css

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

 span { border-color: rgb(254,104,14); }

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