Html Css Color HEX #FEAC55 Texas Rose

📋 copy color: '#FEAC55'

red 254 ◦ green 172 ◦ blue 85

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

Shades of Texas Rose #FEAC55

Tints of Texas Rose #FEAC55

RGB

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

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

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

R = 49.71%
G = 33.66%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#FEAC55 (or 0xFEAC55) is known color: Texas Rose. HEX triplet: FE, AC and 55. RGB value is (254,172,85). Sum of RGB (Red+Green+Blue) = 254+172+85=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC55 is #0153AA. Grayscale: #BBBBBB. Windows color (decimal): -86955 or 5614846. OLE color: 5614846.

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

Color convert

RGB 254 172 85 -
CMYK 0 0.32 0.67 0.00
HSL 30.89º 0.99% 0.66% -
HSV(B) 30.89º 0.67% 1% -
XYZ 57.27 51.23 15.46 -
YUV 186.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 254 172 85 0 0.32 0.67 0.00 30.89 0.99 0.66
Hex FE AC 55 0 20 43 0 1F 63 42
Octal 376 254 125 0 40 103 0 37 143 102
Binary 11111110 10101100 1010101 0 100000 1000011 0 11111 1100011 1000010

Color Harmonies of #FEAC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC55

Black with #FEAC55

Text Example


Text Example

White with #FEAC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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