Html Css Color HEX #FFA950 Texas Rose

📋 copy color: '#FFA950'

red 255 ◦ green 169 ◦ blue 80

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

Shades of Texas Rose #FFA950

Tints of Texas Rose #FFA950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 50.6%
G = 33.53%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#FFA950 (or 0xFFA950) is known color: Texas Rose. HEX triplet: FF, A9 and 50. RGB value is (255,169,80). Sum of RGB (Red+Green+Blue) = 255+169+80=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA950 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA950 is #0056AF. Grayscale: #B9B9B9. Windows color (decimal): -22192 or 5286399. OLE color: 5286399.

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

Color convert

RGB 255 169 80 -
CMYK 0 0.34 0.69 0
HSL 30.51º 1% 0.66% -
HSV(B) 30.51º 0.69% 1% -
XYZ 56.88 50.22 14.28 -
YUV 184.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 255 169 80 0 0.34 0.69 0 30.51 1 0.66
Hex FF A9 50 0 22 45 0 1F 64 42
Octal 377 251 120 0 42 105 0 37 144 102
Binary 11111111 10101001 1010000 0 100010 1000101 0 11111 1100100 1000010

Color Harmonies of #FFA950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA950

Black with #FFA950

Text Example


Text Example

White with #FFA950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA950; }

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

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

background-color css

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

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

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

border-color css

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

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

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