Html Css Color HEX #F6A852 Texas Rose

📋 copy color: '#F6A852'

red 246 ◦ green 168 ◦ blue 82

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

Shades of Texas Rose #F6A852

Tints of Texas Rose #F6A852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.53%

R = 49.6%
G = 33.87%
B = 16.53%

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

#F6A852 (or 0xF6A852) is known color: Texas Rose. HEX triplet: F6, A8 and 52. RGB value is (246,168,82). Sum of RGB (Red+Green+Blue) = 246+168+82=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A852 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A852 is #0957AD. Grayscale: #B5B5B5. Windows color (decimal): -612270 or 5417206. OLE color: 5417206.

HSL color Cylindrical-coordinate representation of color #F6A852: hue angle of 31.46º 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 #F6A852 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 168 82 -
CMYK 0 0.32 0.67 0.04
HSL 31.46º 0.9% 0.64% -
HSV(B) 31.46º 0.67% 0.96% -
XYZ 53.53 48.21 14.47 -
YUV 181.52 71.84 173.99 -
System Red Green Blue C M Y K H S L
Decimal 246 168 82 0 0.32 0.67 0.04 31.46 0.9 0.64
Hex F6 A8 52 0 20 43 4 1F 5A 40
Octal 366 250 122 0 40 103 4 37 132 100
Binary 11110110 10101000 1010010 0 100000 1000011 100 11111 1011010 1000000

Color Harmonies of #F6A852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A852

Black with #F6A852

Text Example


Text Example

White with #F6A852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A852; }

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

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

background-color css

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

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

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

border-color css

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

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

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