Html Css Color HEX #FE880D Dark Orange

📋 copy color: '#FE880D'

red 254 ◦ green 136 ◦ blue 13

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

Shades of Dark Orange #FE880D

Tints of Dark Orange #FE880D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.75%

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

R = 63.03%
G = 33.75%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE880D (or 0xFE880D) is known color: Dark Orange. HEX triplet: FE, 88 and 0D. RGB value is (254,136,13). Sum of RGB (Red+Green+Blue) = 254+136+13=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 13 (5.47% from 255 or 3.23% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE880D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE880D is #0177F2. Grayscale: #9D9D9D. Windows color (decimal): -96243 or 887038. OLE color: 887038.

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

Color convert

RGB 254 136 13 -
CMYK 0 0.46 0.95 0.00
HSL 30.62º 0.99% 0.52% -
HSV(B) 30.62º 0.95% 1% -
XYZ 49.75 38.71 5.23 -
YUV 157.26 46.59 197 -
System Red Green Blue C M Y K H S L
Decimal 254 136 13 0 0.46 0.95 0.00 30.62 0.99 0.52
Hex FE 88 D 0 2E 5F 0 1F 63 34
Octal 376 210 15 0 56 137 0 37 143 64
Binary 11111110 10001000 1101 0 101110 1011111 0 11111 1100011 110100

Color Harmonies of #FE880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE880D

Black with #FE880D

Text Example


Text Example

White with #FE880D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE880D; }

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

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

background-color css

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

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

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

border-color css

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

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

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