Html Css Color HEX #FEAB50 Texas Rose

📋 copy color: '#FEAB50'

red 254 ◦ green 171 ◦ blue 80

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

Shades of Texas Rose #FEAB50

Tints of Texas Rose #FEAB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.84%

R = 50.3%
G = 33.86%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEAB50 (or 0xFEAB50) is known color: Texas Rose. HEX triplet: FE, AB and 50. RGB value is (254,171,80). Sum of RGB (Red+Green+Blue) = 254+171+80=505 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.30% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB50 is #0154AF. Grayscale: #B9B9B9. Windows color (decimal): -87216 or 5286910. OLE color: 5286910.

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

Color convert

RGB 254 171 80 -
CMYK 0 0.33 0.69 0.00
HSL 31.38º 0.99% 0.65% -
HSV(B) 31.38º 0.69% 1% -
XYZ 56.88 50.78 14.39 -
YUV 185.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 254 171 80 0 0.33 0.69 0.00 31.38 0.99 0.65
Hex FE AB 50 0 21 45 0 1F 63 41
Octal 376 253 120 0 41 105 0 37 143 101
Binary 11111110 10101011 1010000 0 100001 1000101 0 11111 1100011 1000001

Color Harmonies of #FEAB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAB50

Black with #FEAB50

Text Example


Text Example

White with #FEAB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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