Html Css Color HEX #FFAE53 Texas Rose

📋 copy color: '#FFAE53'

red 255 ◦ green 174 ◦ blue 83

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

Shades of Texas Rose #FFAE53

Tints of Texas Rose #FFAE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.21%

R = 49.8%
G = 33.98%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFAE53 (or 0xFFAE53) is known color: Texas Rose. HEX triplet: FF, AE and 53. RGB value is (255,174,83). Sum of RGB (Red+Green+Blue) = 255+174+83=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 83 (32.81% from 255 or 16.21% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE53 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE53 is #0051AC. Grayscale: #BCBCBC. Windows color (decimal): -20909 or 5484287. OLE color: 5484287.

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

Color convert

RGB 255 174 83 -
CMYK 0 0.32 0.67 0
HSL 31.74º 1% 0.66% -
HSV(B) 31.74º 0.67% 1% -
XYZ 57.94 52.16 15.2 -
YUV 187.85 68.84 175.9 -
System Red Green Blue C M Y K H S L
Decimal 255 174 83 0 0.32 0.67 0 31.74 1 0.66
Hex FF AE 53 0 20 43 0 20 64 42
Octal 377 256 123 0 40 103 0 40 144 102
Binary 11111111 10101110 1010011 0 100000 1000011 0 100000 1100100 1000010

Color Harmonies of #FFAE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE53

Black with #FFAE53

Text Example


Text Example

White with #FFAE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE53; }

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

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

background-color css

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

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

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

border-color css

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

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

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