Html Css Color HEX #FFAD50 Texas Rose

📋 copy color: '#FFAD50'

red 255 ◦ green 173 ◦ blue 80

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

Shades of Texas Rose #FFAD50

Tints of Texas Rose #FFAD50

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.06%

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

R = 50.2%
G = 34.06%
B = 15.75%

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

#FFAD50 (or 0xFFAD50) is known color: Texas Rose. HEX triplet: FF, AD and 50. RGB value is (255,173,80). Sum of RGB (Red+Green+Blue) = 255+173+80=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 80 (31.64% from 255 or 15.75% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD50 is #0052AF. Grayscale: #BBBBBB. Windows color (decimal): -21168 or 5287423. OLE color: 5287423.

HSL color Cylindrical-coordinate representation of color #FFAD50: hue angle of 31.89º 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 #FFAD50 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.

Color convert

RGB 255 173 80 -
CMYK 0 0.32 0.69 0
HSL 31.89º 1% 0.66% -
HSV(B) 31.89º 0.69% 1% -
XYZ 57.63 51.73 14.54 -
YUV 186.92 67.67 176.56 -
System Red Green Blue C M Y K H S L
Decimal 255 173 80 0 0.32 0.69 0 31.89 1 0.66
Hex FF AD 50 0 20 45 0 20 64 42
Octal 377 255 120 0 40 105 0 40 144 102
Binary 11111111 10101101 1010000 0 100000 1000101 0 100000 1100100 1000010

Color Harmonies of #FFAD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD50

Black with #FFAD50

Text Example


Text Example

White with #FFAD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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