Html Css Color HEX #FFA952 Texas Rose

📋 copy color: '#FFA952'

red 255 ◦ green 169 ◦ blue 82

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

Shades of Texas Rose #FFA952

Tints of Texas Rose #FFA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

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

R = 50.4%
G = 33.4%
B = 16.21%

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

#FFA952 (or 0xFFA952) is known color: Texas Rose. HEX triplet: FF, A9 and 52. RGB value is (255,169,82). Sum of RGB (Red+Green+Blue) = 255+169+82=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA952 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA952 is #0056AD. Grayscale: #B9B9B9. Windows color (decimal): -22190 or 5417471. OLE color: 5417471.

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

Color convert

RGB 255 169 82 -
CMYK 0 0.34 0.68 0
HSL 30.17º 1% 0.66% -
HSV(B) 30.17º 0.68% 1% -
XYZ 56.95 50.25 14.68 -
YUV 184.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 255 169 82 0 0.34 0.68 0 30.17 1 0.66
Hex FF A9 52 0 22 44 0 1E 64 42
Octal 377 251 122 0 42 104 0 36 144 102
Binary 11111111 10101001 1010010 0 100010 1000100 0 11110 1100100 1000010

Color Harmonies of #FFA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA952

Black with #FFA952

Text Example


Text Example

White with #FFA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA952; }

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

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

background-color css

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

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

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

border-color css

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

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

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