Html Css Color HEX #F6A851 Texas Rose

📋 copy color: '#F6A851'

red 246 ◦ green 168 ◦ blue 81

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

Shades of Texas Rose #F6A851

Tints of Texas Rose #F6A851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.36%

R = 49.7%
G = 33.94%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F6A851 (or 0xF6A851) is known color: Texas Rose. HEX triplet: F6, A8 and 51. RGB value is (246,168,81). Sum of RGB (Red+Green+Blue) = 246+168+81=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A851 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A851 is #0957AE. Grayscale: #B5B5B5. Windows color (decimal): -612271 or 5351670. OLE color: 5351670.

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

Color convert

RGB 246 168 81 -
CMYK 0 0.32 0.67 0.04
HSL 31.64º 0.9% 0.64% -
HSV(B) 31.64º 0.67% 0.96% -
XYZ 53.49 48.19 14.27 -
YUV 181.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 246 168 81 0 0.32 0.67 0.04 31.64 0.9 0.64
Hex F6 A8 51 0 20 43 4 20 5A 40
Octal 366 250 121 0 40 103 4 40 132 100
Binary 11110110 10101000 1010001 0 100000 1000011 100 100000 1011010 1000000

Color Harmonies of #F6A851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A851

Black with #F6A851

Text Example


Text Example

White with #F6A851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A851; }

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

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

background-color css

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

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

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

border-color css

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

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

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