Html Css Color HEX #FE870E Dark Orange

📋 copy color: '#FE870E'

red 254 ◦ green 135 ◦ blue 14

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

Shades of Dark Orange #FE870E

Tints of Dark Orange #FE870E

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

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

R = 63.03%
G = 33.5%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE870E (or 0xFE870E) is known color: Dark Orange. HEX triplet: FE, 87 and 0E. RGB value is (254,135,14). Sum of RGB (Red+Green+Blue) = 254+135+14=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE870E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE870E is #0178F1. Grayscale: #9D9D9D. Windows color (decimal): -96498 or 952318. OLE color: 952318.

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

Color convert

RGB 254 135 14 -
CMYK 0 0.47 0.94 0.00
HSL 30.25º 0.99% 0.53% -
HSV(B) 30.25º 0.94% 1% -
XYZ 49.62 38.43 5.22 -
YUV 156.79 47.42 197.34 -
System Red Green Blue C M Y K H S L
Decimal 254 135 14 0 0.47 0.94 0.00 30.25 0.99 0.53
Hex FE 87 E 0 2F 5E 0 1E 63 35
Octal 376 207 16 0 57 136 0 36 143 65
Binary 11111110 10000111 1110 0 101111 1011110 0 11110 1100011 110101

Color Harmonies of #FE870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE870E

Black with #FE870E

Text Example


Text Example

White with #FE870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE870E; }

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

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

background-color css

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

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

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

border-color css

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

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

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