Html Css Color HEX #F6A856 Texas Rose

📋 copy color: '#F6A856'

red 246 ◦ green 168 ◦ blue 86

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

Shades of Texas Rose #F6A856

Tints of Texas Rose #F6A856

RGB

 RED value IS 246 (96.48% from 255) = 49.2%

 GREEN value IS 168 (66.02% from 255) = 33.6%

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

R = 49.2%
G = 33.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#F6A856 (or 0xF6A856) is known color: Texas Rose. HEX triplet: F6, A8 and 56. RGB value is (246,168,86). Sum of RGB (Red+Green+Blue) = 246+168+86=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 86 (33.98% from 255 or 17.2% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A856 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A856 is #0957A9. Grayscale: #B6B6B6. Windows color (decimal): -612266 or 5679350. OLE color: 5679350.

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

Color convert

RGB 246 168 86 -
CMYK 0 0.32 0.65 0.04
HSL 30.75º 0.9% 0.65% -
HSV(B) 30.75º 0.65% 0.96% -
XYZ 53.69 48.27 15.29 -
YUV 181.97 73.84 173.67 -
System Red Green Blue C M Y K H S L
Decimal 246 168 86 0 0.32 0.65 0.04 30.75 0.9 0.65
Hex F6 A8 56 0 20 41 4 1F 5A 41
Octal 366 250 126 0 40 101 4 37 132 101
Binary 11110110 10101000 1010110 0 100000 1000001 100 11111 1011010 1000001

Color Harmonies of #F6A856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A856

Black with #F6A856

Text Example


Text Example

White with #F6A856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A856; }

 p { color: rgb(246,168,86); }

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

background-color css

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

 a { background-color: rgb(246,168,86); }

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

border-color css

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

 span { border-color: rgb(246,168,86); }

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