Html Css Color HEX #FEAC58 Texas Rose

📋 copy color: '#FEAC58'

red 254 ◦ green 172 ◦ blue 88

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

Shades of Texas Rose #FEAC58

Tints of Texas Rose #FEAC58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.12%

R = 49.42%
G = 33.46%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#FEAC58 (or 0xFEAC58) is known color: Texas Rose. HEX triplet: FE, AC and 58. RGB value is (254,172,88). Sum of RGB (Red+Green+Blue) = 254+172+88=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 88 (34.77% from 255 or 17.12% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC58 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC58 is #0153A7. Grayscale: #BBBBBB. Windows color (decimal): -86952 or 5811454. OLE color: 5811454.

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

Color convert

RGB 254 172 88 -
CMYK 0 0.32 0.65 0.00
HSL 30.36º 0.99% 0.67% -
HSV(B) 30.36º 0.65% 1% -
XYZ 57.39 51.28 16.11 -
YUV 186.94 72.17 175.83 -
System Red Green Blue C M Y K H S L
Decimal 254 172 88 0 0.32 0.65 0.00 30.36 0.99 0.67
Hex FE AC 58 0 20 41 0 1E 63 43
Octal 376 254 130 0 40 101 0 36 143 103
Binary 11111110 10101100 1011000 0 100000 1000001 0 11110 1100011 1000011

Color Harmonies of #FEAC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC58

Black with #FEAC58

Text Example


Text Example

White with #FEAC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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