Html Css Color HEX #FEAB1C Dark Tangerine

📋 copy color: '#FEAB1C'

red 254 ◦ green 171 ◦ blue 28

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

Shades of Dark Tangerine #FEAB1C

Tints of Dark Tangerine #FEAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.18%

R = 56.07%
G = 37.75%
B = 6.18%

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

#FEAB1C (or 0xFEAB1C) is known color: Dark Tangerine. HEX triplet: FE, AB and 1C. RGB value is (254,171,28). Sum of RGB (Red+Green+Blue) = 254+171+28=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 28 (11.33% from 255 or 6.18% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB1C is #0154E3. Grayscale: #B4B4B4. Windows color (decimal): -87268 or 1879038. OLE color: 1879038.

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

Color convert

RGB 254 171 28 -
CMYK 0 0.33 0.89 0.00
HSL 37.96º 0.99% 0.55% -
HSV(B) 37.96º 0.89% 1% -
XYZ 55.65 50.28 7.87 -
YUV 179.52 42.5 181.13 -
System Red Green Blue C M Y K H S L
Decimal 254 171 28 0 0.33 0.89 0.00 37.96 0.99 0.55
Hex FE AB 1C 0 21 59 0 26 63 37
Octal 376 253 34 0 41 131 0 46 143 67
Binary 11111110 10101011 11100 0 100001 1011001 0 100110 1100011 110111

Color Harmonies of #FEAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB1C

Black with #FEAB1C

Text Example


Text Example

White with #FEAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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