Html Css Color HEX #FEAB1D Dark Tangerine

📋 copy color: '#FEAB1D'

red 254 ◦ green 171 ◦ blue 29

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

Shades of Dark Tangerine #FEAB1D

Tints of Dark Tangerine #FEAB1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.39%

R = 55.95%
G = 37.67%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FEAB1D (or 0xFEAB1D) is known color: Dark Tangerine. HEX triplet: FE, AB and 1D. RGB value is (254,171,29). Sum of RGB (Red+Green+Blue) = 254+171+29=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 29 (11.72% from 255 or 6.39% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB1D is #0154E2. Grayscale: #B4B4B4. Windows color (decimal): -87267 or 1944574. OLE color: 1944574.

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

Color convert

RGB 254 171 29 -
CMYK 0 0.33 0.89 0.00
HSL 37.87º 0.99% 0.55% -
HSV(B) 37.87º 0.89% 1% -
XYZ 55.66 50.29 7.93 -
YUV 179.63 43 181.05 -
System Red Green Blue C M Y K H S L
Decimal 254 171 29 0 0.33 0.89 0.00 37.87 0.99 0.55
Hex FE AB 1D 0 21 59 0 26 63 37
Octal 376 253 35 0 41 131 0 46 143 67
Binary 11111110 10101011 11101 0 100001 1011001 0 100110 1100011 110111

Color Harmonies of #FEAB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB1D

Black with #FEAB1D

Text Example


Text Example

White with #FEAB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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