Html Css Color HEX #FFAE5A Texas Rose

📋 copy color: '#FFAE5A'

red 255 ◦ green 174 ◦ blue 90

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

Shades of Texas Rose #FFAE5A

Tints of Texas Rose #FFAE5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.34%

R = 49.13%
G = 33.53%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFAE5A (or 0xFFAE5A) is known color: Texas Rose. HEX triplet: FF, AE and 5A. RGB value is (255,174,90). Sum of RGB (Red+Green+Blue) = 255+174+90=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 174 (68.36% from 255 or 33.53% from 519); Blue value is 90 (35.55% from 255 or 17.34% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE5A is #0051A5. Grayscale: #BDBDBD. Windows color (decimal): -20902 or 5943039. OLE color: 5943039.

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

Color convert

RGB 255 174 90 -
CMYK 0 0.32 0.65 0
HSL 30.55º 1% 0.68% -
HSV(B) 30.55º 0.65% 1% -
XYZ 58.22 52.27 16.69 -
YUV 188.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 255 174 90 0 0.32 0.65 0 30.55 1 0.68
Hex FF AE 5A 0 20 41 0 1F 64 44
Octal 377 256 132 0 40 101 0 37 144 104
Binary 11111111 10101110 1011010 0 100000 1000001 0 11111 1100100 1000100

Color Harmonies of #FFAE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE5A

Black with #FFAE5A

Text Example


Text Example

White with #FFAE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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