Html Css Color HEX #FE850E Dark Orange

📋 copy color: '#FE850E'

red 254 ◦ green 133 ◦ blue 14

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

Shades of Dark Orange #FE850E

Tints of Dark Orange #FE850E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 63.34%
G = 33.17%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE850E (or 0xFE850E) is known color: Dark Orange. HEX triplet: FE, 85 and 0E. RGB value is (254,133,14). Sum of RGB (Red+Green+Blue) = 254+133+14=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE850E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE850E is #017AF1. Grayscale: #9C9C9C. Windows color (decimal): -97010 or 951806. OLE color: 951806.

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

Color convert

RGB 254 133 14 -
CMYK 0 0.48 0.94 0.00
HSL 29.75º 0.99% 0.53% -
HSV(B) 29.75º 0.94% 1% -
XYZ 49.34 37.88 5.13 -
YUV 155.61 48.09 198.18 -
System Red Green Blue C M Y K H S L
Decimal 254 133 14 0 0.48 0.94 0.00 29.75 0.99 0.53
Hex FE 85 E 0 30 5E 0 1E 63 35
Octal 376 205 16 0 60 136 0 36 143 65
Binary 11111110 10000101 1110 0 110000 1011110 0 11110 1100011 110101

Color Harmonies of #FE850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE850E

Black with #FE850E

Text Example


Text Example

White with #FE850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE850E; }

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

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

background-color css

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

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

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

border-color css

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

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

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