Html Css Color HEX #FE870D Dark Orange

📋 copy color: '#FE870D'

red 254 ◦ green 135 ◦ blue 13

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

Shades of Dark Orange #FE870D

Tints of Dark Orange #FE870D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 63.18%
G = 33.58%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE870D (or 0xFE870D) is known color: Dark Orange. HEX triplet: FE, 87 and 0D. RGB value is (254,135,13). Sum of RGB (Red+Green+Blue) = 254+135+13=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE870D is #0178F2. Grayscale: #9D9D9D. Windows color (decimal): -96499 or 886782. OLE color: 886782.

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

Color convert

RGB 254 135 13 -
CMYK 0 0.47 0.95 0.00
HSL 30.37º 0.99% 0.52% -
HSV(B) 30.37º 0.95% 1% -
XYZ 49.61 38.43 5.18 -
YUV 156.67 46.92 197.42 -
System Red Green Blue C M Y K H S L
Decimal 254 135 13 0 0.47 0.95 0.00 30.37 0.99 0.52
Hex FE 87 D 0 2F 5F 0 1E 63 34
Octal 376 207 15 0 57 137 0 36 143 64
Binary 11111110 10000111 1101 0 101111 1011111 0 11110 1100011 110100

Color Harmonies of #FE870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE870D

Black with #FE870D

Text Example


Text Example

White with #FE870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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