Html Css Color HEX #FEAA56 Texas Rose

📋 copy color: '#FEAA56'

red 254 ◦ green 170 ◦ blue 86

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

Shades of Texas Rose #FEAA56

Tints of Texas Rose #FEAA56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.86%

R = 49.8%
G = 33.33%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEAA56 (or 0xFEAA56) is known color: Texas Rose. HEX triplet: FE, AA and 56. RGB value is (254,170,86). Sum of RGB (Red+Green+Blue) = 254+170+86=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA56 is #0155A9. Grayscale: #B9B9B9. Windows color (decimal): -87466 or 5679870. OLE color: 5679870.

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

Color convert

RGB 254 170 86 -
CMYK 0 0.33 0.66 0.00
HSL 30º 0.99% 0.67% -
HSV(B) 30º 0.66% 1% -
XYZ 56.93 50.49 15.55 -
YUV 185.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 254 170 86 0 0.33 0.66 0.00 30 0.99 0.67
Hex FE AA 56 0 21 42 0 1E 63 43
Octal 376 252 126 0 41 102 0 36 143 103
Binary 11111110 10101010 1010110 0 100001 1000010 0 11110 1100011 1000011

Color Harmonies of #FEAA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAA56

Black with #FEAA56

Text Example


Text Example

White with #FEAA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAA56; }

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

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

background-color css

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

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

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

border-color css

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

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

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