Html Css Color HEX #FEAC50 Texas Rose

📋 copy color: '#FEAC50'

red 254 ◦ green 172 ◦ blue 80

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

Shades of Texas Rose #FEAC50

Tints of Texas Rose #FEAC50

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.99%

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

R = 50.2%
G = 33.99%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FEAC50 (or 0xFEAC50) is known color: Texas Rose. HEX triplet: FE, AC and 50. RGB value is (254,172,80). Sum of RGB (Red+Green+Blue) = 254+172+80=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 172 (67.58% from 255 or 33.99% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC50 is #0153AF. Grayscale: #BABABA. Windows color (decimal): -86960 or 5287166. OLE color: 5287166.

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

Color convert

RGB 254 172 80 -
CMYK 0 0.32 0.69 0.00
HSL 31.72º 0.99% 0.65% -
HSV(B) 31.72º 0.69% 1% -
XYZ 57.07 51.16 14.46 -
YUV 186.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 254 172 80 0 0.32 0.69 0.00 31.72 0.99 0.65
Hex FE AC 50 0 20 45 0 20 63 41
Octal 376 254 120 0 40 105 0 40 143 101
Binary 11111110 10101100 1010000 0 100000 1000101 0 100000 1100011 1000001

Color Harmonies of #FEAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC50

Black with #FEAC50

Text Example


Text Example

White with #FEAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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