Html Css Color HEX #FFA955 Texas Rose

📋 copy color: '#FFA955'

red 255 ◦ green 169 ◦ blue 85

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

Shades of Texas Rose #FFA955

Tints of Texas Rose #FFA955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.7%

R = 50.1%
G = 33.2%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#FFA955 (or 0xFFA955) is known color: Texas Rose. HEX triplet: FF, A9 and 55. RGB value is (255,169,85). Sum of RGB (Red+Green+Blue) = 255+169+85=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA955 is #0056AA. Grayscale: #B9B9B9. Windows color (decimal): -22187 or 5614079. OLE color: 5614079.

HSL color Cylindrical-coordinate representation of color #FFA955: hue angle of 29.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FFA955 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.

Color convert

RGB 255 169 85 -
CMYK 0 0.34 0.67 0
HSL 29.65º 1% 0.67% -
HSV(B) 29.65º 0.67% 1% -
XYZ 57.07 50.29 15.29 -
YUV 185.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 255 169 85 0 0.34 0.67 0 29.65 1 0.67
Hex FF A9 55 0 22 43 0 1E 64 43
Octal 377 251 125 0 42 103 0 36 144 103
Binary 11111111 10101001 1010101 0 100010 1000011 0 11110 1100100 1000011

Color Harmonies of #FFA955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA955

Black with #FFA955

Text Example


Text Example

White with #FFA955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA955; }

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

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

background-color css

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

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

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

border-color css

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

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

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