Html Css Color HEX #FFAC52 Texas Rose

📋 copy color: '#FFAC52'

red 255 ◦ green 172 ◦ blue 82

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

Shades of Texas Rose #FFAC52

Tints of Texas Rose #FFAC52

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.79%

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

R = 50.1%
G = 33.79%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFAC52 (or 0xFFAC52) is known color: Texas Rose. HEX triplet: FF, AC and 52. RGB value is (255,172,82). Sum of RGB (Red+Green+Blue) = 255+172+82=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 82 (32.42% from 255 or 16.11% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC52 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC52 is #0053AD. Grayscale: #BBBBBB. Windows color (decimal): -21422 or 5418239. OLE color: 5418239.

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

Color convert

RGB 255 172 82 -
CMYK 0 0.33 0.68 0
HSL 31.21º 1% 0.66% -
HSV(B) 31.21º 0.68% 1% -
XYZ 57.52 51.37 14.87 -
YUV 186.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 255 172 82 0 0.33 0.68 0 31.21 1 0.66
Hex FF AC 52 0 21 44 0 1F 64 42
Octal 377 254 122 0 41 104 0 37 144 102
Binary 11111111 10101100 1010010 0 100001 1000100 0 11111 1100100 1000010

Color Harmonies of #FFAC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAC52

Black with #FFAC52

Text Example


Text Example

White with #FFAC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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