Html Css Color HEX #FEAC56 Texas Rose

📋 copy color: '#FEAC56'

red 254 ◦ green 172 ◦ blue 86

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

Shades of Texas Rose #FEAC56

Tints of Texas Rose #FEAC56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.8%

R = 49.61%
G = 33.59%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.00

RGB Variations

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

Color information

#FEAC56 (or 0xFEAC56) is known color: Texas Rose. HEX triplet: FE, AC and 56. RGB value is (254,172,86). Sum of RGB (Red+Green+Blue) = 254+172+86=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 86 (33.98% from 255 or 16.80% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC56 is #0153A9. Grayscale: #BBBBBB. Windows color (decimal): -86954 or 5680382. OLE color: 5680382.

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

Color convert

RGB 254 172 86 -
CMYK 0 0.32 0.66 0.00
HSL 30.71º 0.99% 0.67% -
HSV(B) 30.71º 0.66% 1% -
XYZ 57.31 51.25 15.68 -
YUV 186.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 254 172 86 0 0.32 0.66 0.00 30.71 0.99 0.67
Hex FE AC 56 0 20 42 0 1F 63 43
Octal 376 254 126 0 40 102 0 37 143 103
Binary 11111110 10101100 1010110 0 100000 1000010 0 11111 1100011 1000011

Color Harmonies of #FEAC56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAC56

Black with #FEAC56

Text Example


Text Example

White with #FEAC56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAC56; }

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

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

background-color css

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

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

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

border-color css

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

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

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