Html Css Color HEX #FE890B Dark Orange

📋 copy color: '#FE890B'

red 254 ◦ green 137 ◦ blue 11

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

Shades of Dark Orange #FE890B

Tints of Dark Orange #FE890B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 63.18%
G = 34.08%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE890B (or 0xFE890B) is known color: Dark Orange. HEX triplet: FE, 89 and 0B. RGB value is (254,137,11). Sum of RGB (Red+Green+Blue) = 254+137+11=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE890B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE890B is #0176F4. Grayscale: #9E9E9E. Windows color (decimal): -95989 or 756222. OLE color: 756222.

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

Color convert

RGB 254 137 11 -
CMYK 0 0.46 0.96 0.00
HSL 31.11º 0.99% 0.52% -
HSV(B) 31.11º 0.96% 1% -
XYZ 49.88 38.99 5.21 -
YUV 157.62 45.26 196.75 -
System Red Green Blue C M Y K H S L
Decimal 254 137 11 0 0.46 0.96 0.00 31.11 0.99 0.52
Hex FE 89 B 0 2E 60 0 1F 63 34
Octal 376 211 13 0 56 140 0 37 143 64
Binary 11111110 10001001 1011 0 101110 1100000 0 11111 1100011 110100

Color Harmonies of #FE890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE890B

Black with #FE890B

Text Example


Text Example

White with #FE890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE890B; }

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

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

background-color css

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

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

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

border-color css

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

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

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