Html Css Color HEX #FFAE50 Texas Rose

📋 copy color: '#FFAE50'

red 255 ◦ green 174 ◦ blue 80

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

Shades of Texas Rose #FFAE50

Tints of Texas Rose #FFAE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.72%

R = 50.1%
G = 34.18%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFAE50 (or 0xFFAE50) is known color: Texas Rose. HEX triplet: FF, AE and 50. RGB value is (255,174,80). Sum of RGB (Red+Green+Blue) = 255+174+80=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE50 is #0051AF. Grayscale: #BBBBBB. Windows color (decimal): -20912 or 5287679. OLE color: 5287679.

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

Color convert

RGB 255 174 80 -
CMYK 0 0.32 0.69 0
HSL 32.23º 1% 0.66% -
HSV(B) 32.23º 0.69% 1% -
XYZ 57.82 52.11 14.6 -
YUV 187.5 67.34 176.14 -
System Red Green Blue C M Y K H S L
Decimal 255 174 80 0 0.32 0.69 0 32.23 1 0.66
Hex FF AE 50 0 20 45 0 20 64 42
Octal 377 256 120 0 40 105 0 40 144 102
Binary 11111111 10101110 1010000 0 100000 1000101 0 100000 1100100 1000010

Color Harmonies of #FFAE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAE50

Black with #FFAE50

Text Example


Text Example

White with #FFAE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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