Html Css Color HEX #FFAE56 Texas Rose

📋 copy color: '#FFAE56'

red 255 ◦ green 174 ◦ blue 86

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

Shades of Texas Rose #FFAE56

Tints of Texas Rose #FFAE56

RGB

 RED value IS 255 (100% from 255) = 49.51%

 GREEN value IS 174 (68.36% from 255) = 33.79%

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

R = 49.51%
G = 33.79%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0

RGB Variations

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

Color information

#FFAE56 (or 0xFFAE56) is known color: Texas Rose. HEX triplet: FF, AE and 56. RGB value is (255,174,86). Sum of RGB (Red+Green+Blue) = 255+174+86=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE56 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE56 is #0051A9. Grayscale: #BCBCBC. Windows color (decimal): -20906 or 5680895. OLE color: 5680895.

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

Color convert

RGB 255 174 86 -
CMYK 0 0.32 0.66 0
HSL 31.24º 1% 0.67% -
HSV(B) 31.24º 0.66% 1% -
XYZ 58.06 52.2 15.82 -
YUV 188.19 70.34 175.66 -
System Red Green Blue C M Y K H S L
Decimal 255 174 86 0 0.32 0.66 0 31.24 1 0.67
Hex FF AE 56 0 20 42 0 1F 64 43
Octal 377 256 126 0 40 102 0 37 144 103
Binary 11111111 10101110 1010110 0 100000 1000010 0 11111 1100100 1000011

Color Harmonies of #FFAE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE56

Black with #FFAE56

Text Example


Text Example

White with #FFAE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE56; }

 p { color: rgb(255,174,86); }

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

background-color css

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

 a { background-color: rgb(255,174,86); }

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

border-color css

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

 span { border-color: rgb(255,174,86); }

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