Html Css Color HEX #FE890F Dark Orange

📋 copy color: '#FE890F'

red 254 ◦ green 137 ◦ blue 15

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

Shades of Dark Orange #FE890F

Tints of Dark Orange #FE890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 62.56%
G = 33.74%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE890F (or 0xFE890F) is known color: Dark Orange. HEX triplet: FE, 89 and 0F. RGB value is (254,137,15). Sum of RGB (Red+Green+Blue) = 254+137+15=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE890F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE890F is #0176F0. Grayscale: #9E9E9E. Windows color (decimal): -95985 or 1018366. OLE color: 1018366.

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

Color convert

RGB 254 137 15 -
CMYK 0 0.46 0.94 0.00
HSL 30.63º 0.99% 0.53% -
HSV(B) 30.63º 0.94% 1% -
XYZ 49.9 39 5.35 -
YUV 158.08 47.26 196.42 -
System Red Green Blue C M Y K H S L
Decimal 254 137 15 0 0.46 0.94 0.00 30.63 0.99 0.53
Hex FE 89 F 0 2E 5E 0 1F 63 35
Octal 376 211 17 0 56 136 0 37 143 65
Binary 11111110 10001001 1111 0 101110 1011110 0 11111 1100011 110101

Color Harmonies of #FE890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE890F

Black with #FE890F

Text Example


Text Example

White with #FE890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE890F; }

 p { color: rgb(254,137,15); }

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

background-color css

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

 a { background-color: rgb(254,137,15); }

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

border-color css

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

 span { border-color: rgb(254,137,15); }

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