Html Css Color HEX #FEAB0E Dark Tangerine

📋 copy color: '#FEAB0E'

red 254 ◦ green 171 ◦ blue 14

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

Shades of Dark Tangerine #FEAB0E

Tints of Dark Tangerine #FEAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 57.86%
G = 38.95%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEAB0E (or 0xFEAB0E) is known color: Dark Tangerine. HEX triplet: FE, AB and 0E. RGB value is (254,171,14). Sum of RGB (Red+Green+Blue) = 254+171+14=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAB0E is #0154F1. Grayscale: #B2B2B2. Windows color (decimal): -87282 or 961534. OLE color: 961534.

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

Color convert

RGB 254 171 14 -
CMYK 0 0.33 0.94 0.00
HSL 39.25º 0.99% 0.53% -
HSV(B) 39.25º 0.94% 1% -
XYZ 55.52 50.23 7.18 -
YUV 177.92 35.5 182.27 -
System Red Green Blue C M Y K H S L
Decimal 254 171 14 0 0.33 0.94 0.00 39.25 0.99 0.53
Hex FE AB E 0 21 5E 0 27 63 35
Octal 376 253 16 0 41 136 0 47 143 65
Binary 11111110 10101011 1110 0 100001 1011110 0 100111 1100011 110101

Color Harmonies of #FEAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB0E

Black with #FEAB0E

Text Example


Text Example

White with #FEAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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