Html Css Color HEX #FFAD52 Texas Rose

📋 copy color: '#FFAD52'

red 255 ◦ green 173 ◦ blue 82

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

Shades of Texas Rose #FFAD52

Tints of Texas Rose #FFAD52

RGB

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

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

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

R = 50%
G = 33.92%
B = 16.08%

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

#FFAD52 (or 0xFFAD52) is known color: Texas Rose. HEX triplet: FF, AD and 52. RGB value is (255,173,82). Sum of RGB (Red+Green+Blue) = 255+173+82=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 173 (67.97% from 255 or 33.92% from 510); Blue value is 82 (32.42% from 255 or 16.08% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD52 is #0052AD. Grayscale: #BBBBBB. Windows color (decimal): -21166 or 5418495. OLE color: 5418495.

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

Color convert

RGB 255 173 82 -
CMYK 0 0.32 0.68 0
HSL 31.56º 1% 0.66% -
HSV(B) 31.56º 0.68% 1% -
XYZ 57.71 51.76 14.93 -
YUV 187.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 255 173 82 0 0.32 0.68 0 31.56 1 0.66
Hex FF AD 52 0 20 44 0 20 64 42
Octal 377 255 122 0 40 104 0 40 144 102
Binary 11111111 10101101 1010010 0 100000 1000100 0 100000 1100100 1000010

Color Harmonies of #FFAD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAD52

Black with #FFAD52

Text Example


Text Example

White with #FFAD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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