Html Css Color HEX #FFAF52 Texas Rose

📋 copy color: '#FFAF52'

red 255 ◦ green 175 ◦ blue 82

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

Shades of Texas Rose #FFAF52

Tints of Texas Rose #FFAF52

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

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

R = 49.8%
G = 34.18%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFAF52 (or 0xFFAF52) is known color: Texas Rose. HEX triplet: FF, AF and 52. RGB value is (255,175,82). Sum of RGB (Red+Green+Blue) = 255+175+82=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAF52 is #0050AD. Grayscale: #BCBCBC. Windows color (decimal): -20654 or 5419007. OLE color: 5419007.

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

Color convert

RGB 255 175 82 -
CMYK 0 0.31 0.68 0
HSL 32.25º 1% 0.66% -
HSV(B) 32.25º 0.68% 1% -
XYZ 58.09 52.53 15.06 -
YUV 188.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 255 175 82 0 0.31 0.68 0 32.25 1 0.66
Hex FF AF 52 0 1F 44 0 20 64 42
Octal 377 257 122 0 37 104 0 40 144 102
Binary 11111111 10101111 1010010 0 11111 1000100 0 100000 1100100 1000010

Color Harmonies of #FFAF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAF52

Black with #FFAF52

Text Example


Text Example

White with #FFAF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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