Html Css Color HEX #FE950E Dark Orange

📋 copy color: '#FE950E'

red 254 ◦ green 149 ◦ blue 14

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

Shades of Dark Orange #FE950E

Tints of Dark Orange #FE950E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.73%

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

R = 60.91%
G = 35.73%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE950E (or 0xFE950E) is known color: Dark Orange. HEX triplet: FE, 95 and 0E. RGB value is (254,149,14). Sum of RGB (Red+Green+Blue) = 254+149+14=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE950E is #016AF1. Grayscale: #A5A5A5. Windows color (decimal): -92914 or 955902. OLE color: 955902.

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

Color convert

RGB 254 149 14 -
CMYK 0 0.41 0.94 0.00
HSL 33.75º 0.99% 0.53% -
HSV(B) 33.75º 0.94% 1% -
XYZ 51.7 42.6 5.91 -
YUV 165.01 42.79 191.48 -
System Red Green Blue C M Y K H S L
Decimal 254 149 14 0 0.41 0.94 0.00 33.75 0.99 0.53
Hex FE 95 E 0 29 5E 0 22 63 35
Octal 376 225 16 0 51 136 0 42 143 65
Binary 11111110 10010101 1110 0 101001 1011110 0 100010 1100011 110101

Color Harmonies of #FE950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE950E

Black with #FE950E

Text Example


Text Example

White with #FE950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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