Html Css Color HEX #FEAB55 Texas Rose

📋 copy color: '#FEAB55'

red 254 ◦ green 171 ◦ blue 85

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

Shades of Texas Rose #FEAB55

Tints of Texas Rose #FEAB55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.67%

R = 49.8%
G = 33.53%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEAB55 (or 0xFEAB55) is known color: Texas Rose. HEX triplet: FE, AB and 55. RGB value is (254,171,85). Sum of RGB (Red+Green+Blue) = 254+171+85=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 85 (33.59% from 255 or 16.67% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB55 is #0154AA. Grayscale: #BABABA. Windows color (decimal): -87211 or 5614590. OLE color: 5614590.

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

Color convert

RGB 254 171 85 -
CMYK 0 0.33 0.67 0.00
HSL 30.53º 0.99% 0.66% -
HSV(B) 30.53º 0.67% 1% -
XYZ 57.08 50.85 15.4 -
YUV 186.01 71 176.49 -
System Red Green Blue C M Y K H S L
Decimal 254 171 85 0 0.33 0.67 0.00 30.53 0.99 0.66
Hex FE AB 55 0 21 43 0 1F 63 42
Octal 376 253 125 0 41 103 0 37 143 102
Binary 11111110 10101011 1010101 0 100001 1000011 0 11111 1100011 1000010

Color Harmonies of #FEAB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB55

Black with #FEAB55

Text Example


Text Example

White with #FEAB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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