Html Css Color HEX #FFAE52 Texas Rose

📋 copy color: '#FFAE52'

red 255 ◦ green 174 ◦ blue 82

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

Shades of Texas Rose #FFAE52

Tints of Texas Rose #FFAE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.05%

R = 49.9%
G = 34.05%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFAE52 (or 0xFFAE52) is known color: Texas Rose. HEX triplet: FF, AE and 52. RGB value is (255,174,82). Sum of RGB (Red+Green+Blue) = 255+174+82=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 82 (32.42% from 255 or 16.05% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE52 is #0051AD. Grayscale: #BCBCBC. Windows color (decimal): -20910 or 5418751. OLE color: 5418751.

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

Color convert

RGB 255 174 82 -
CMYK 0 0.32 0.68 0
HSL 31.91º 1% 0.66% -
HSV(B) 31.91º 0.68% 1% -
XYZ 57.9 52.14 15 -
YUV 187.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 255 174 82 0 0.32 0.68 0 31.91 1 0.66
Hex FF AE 52 0 20 44 0 20 64 42
Octal 377 256 122 0 40 104 0 40 144 102
Binary 11111111 10101110 1010010 0 100000 1000100 0 100000 1100100 1000010

Color Harmonies of #FFAE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE52

Black with #FFAE52

Text Example


Text Example

White with #FFAE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE52; }

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

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

background-color css

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

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

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

border-color css

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

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

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