Html Css Color HEX #FFA852 Texas Rose

📋 copy color: '#FFA852'

red 255 ◦ green 168 ◦ blue 82

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

Shades of Texas Rose #FFA852

Tints of Texas Rose #FFA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

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

R = 50.5%
G = 33.27%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#FFA852 (or 0xFFA852) is known color: Texas Rose. HEX triplet: FF, A8 and 52. RGB value is (255,168,82). Sum of RGB (Red+Green+Blue) = 255+168+82=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 82 (32.42% from 255 or 16.24% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA852 is #0057AD. Grayscale: #B8B8B8. Windows color (decimal): -22446 or 5417215. OLE color: 5417215.

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

Color convert

RGB 255 168 82 -
CMYK 0 0.34 0.68 0
HSL 29.83º 1% 0.66% -
HSV(B) 29.83º 0.68% 1% -
XYZ 56.77 49.87 14.62 -
YUV 184.21 70.32 178.49 -
System Red Green Blue C M Y K H S L
Decimal 255 168 82 0 0.34 0.68 0 29.83 1 0.66
Hex FF A8 52 0 22 44 0 1E 64 42
Octal 377 250 122 0 42 104 0 36 144 102
Binary 11111111 10101000 1010010 0 100010 1000100 0 11110 1100100 1000010

Color Harmonies of #FFA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA852

Black with #FFA852

Text Example


Text Example

White with #FFA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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