Html Css Color HEX #F7A956 Texas Rose

📋 copy color: '#F7A956'

red 247 ◦ green 169 ◦ blue 86

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

Shades of Texas Rose #F7A956

Tints of Texas Rose #F7A956

RGB

 RED value IS 247 (96.88% from 255) = 49.2%

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

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

R = 49.2%
G = 33.67%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#F7A956 (or 0xF7A956) is known color: Texas Rose. HEX triplet: F7, A9 and 56. RGB value is (247,169,86). Sum of RGB (Red+Green+Blue) = 247+169+86=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7A956 is #0856A9. Grayscale: #B7B7B7. Windows color (decimal): -546474 or 5679607. OLE color: 5679607.

HSL color Cylindrical-coordinate representation of color #F7A956: hue angle of 30.93º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F7A956 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 169 86 -
CMYK 0 0.32 0.65 0.03
HSL 30.93º 0.91% 0.65% -
HSV(B) 30.93º 0.65% 0.97% -
XYZ 54.23 48.82 15.37 -
YUV 182.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 247 169 86 0 0.32 0.65 0.03 30.93 0.91 0.65
Hex F7 A9 56 0 20 41 3 1F 5B 41
Octal 367 251 126 0 40 101 3 37 133 101
Binary 11110111 10101001 1010110 0 100000 1000001 11 11111 1011011 1000001

Color Harmonies of #F7A956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A956

Black with #F7A956

Text Example


Text Example

White with #F7A956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A956; }

 p { color: rgb(247,169,86); }

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

background-color css

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

 a { background-color: rgb(247,169,86); }

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

border-color css

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

 span { border-color: rgb(247,169,86); }

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