Html Css Color HEX #FEAA1B Dark Tangerine

📋 copy color: '#FEAA1B'

red 254 ◦ green 170 ◦ blue 27

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

Shades of Dark Tangerine #FEAA1B

Tints of Dark Tangerine #FEAA1B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

 BLUE value IS 27 (10.94% from 255) = 5.99%

R = 56.32%
G = 37.69%
B = 5.99%

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

#FEAA1B (or 0xFEAA1B) is known color: Dark Tangerine. HEX triplet: FE, AA and 1B. RGB value is (254,170,27). Sum of RGB (Red+Green+Blue) = 254+170+27=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 27 (10.94% from 255 or 5.99% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAA1B is #0155E4. Grayscale: #B3B3B3. Windows color (decimal): -87525 or 1813246. OLE color: 1813246.

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

Color convert

RGB 254 170 27 -
CMYK 0 0.33 0.89 0.00
HSL 37.8º 0.99% 0.55% -
HSV(B) 37.8º 0.89% 1% -
XYZ 55.45 49.9 7.75 -
YUV 178.81 42.33 181.63 -
System Red Green Blue C M Y K H S L
Decimal 254 170 27 0 0.33 0.89 0.00 37.8 0.99 0.55
Hex FE AA 1B 0 21 59 0 26 63 37
Octal 376 252 33 0 41 131 0 46 143 67
Binary 11111110 10101010 11011 0 100001 1011001 0 100110 1100011 110111

Color Harmonies of #FEAA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA1B

Black with #FEAA1B

Text Example


Text Example

White with #FEAA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA1B; }

 p { color: rgb(254,170,27); }

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

background-color css

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

 a { background-color: rgb(254,170,27); }

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

border-color css

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

 span { border-color: rgb(254,170,27); }

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