Html Css Color HEX #F9A656 Texas Rose

📋 copy color: '#F9A656'

red 249 ◦ green 166 ◦ blue 86

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

Shades of Texas Rose #F9A656

Tints of Texas Rose #F9A656

RGB

 RED value IS 249 (97.66% from 255) = 49.7%

 GREEN value IS 166 (65.23% from 255) = 33.13%

 BLUE value IS 86 (33.98% from 255) = 17.17%

R = 49.7%
G = 33.13%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F9A656 (or 0xF9A656) is known color: Texas Rose. HEX triplet: F9, A6 and 56. RGB value is (249,166,86). Sum of RGB (Red+Green+Blue) = 249+166+86=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A656 is #0659A9. Grayscale: #B6B6B6. Windows color (decimal): -416170 or 5678841. OLE color: 5678841.

HSL color Cylindrical-coordinate representation of color #F9A656: hue angle of 29.45º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F9A656 is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 166 86 -
CMYK 0 0.33 0.65 0.02
HSL 29.45º 0.93% 0.66% -
HSV(B) 29.45º 0.65% 0.98% -
XYZ 54.38 48.08 15.22 -
YUV 181.7 74 176 -
System Red Green Blue C M Y K H S L
Decimal 249 166 86 0 0.33 0.65 0.02 29.45 0.93 0.66
Hex F9 A6 56 0 21 41 2 1D 5D 42
Octal 371 246 126 0 41 101 2 35 135 102
Binary 11111001 10100110 1010110 0 100001 1000001 10 11101 1011101 1000010

Color Harmonies of #F9A656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A656

Black with #F9A656

Text Example


Text Example

White with #F9A656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A656; }

 p { color: rgb(249,166,86); }

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

background-color css

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

 a { background-color: rgb(249,166,86); }

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

border-color css

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

 span { border-color: rgb(249,166,86); }

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