Html Css Color HEX #F6A652 Texas Rose

📋 copy color: '#F6A652'

red 246 ◦ green 166 ◦ blue 82

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

Shades of Texas Rose #F6A652

Tints of Texas Rose #F6A652

RGB

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

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

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

R = 49.8%
G = 33.6%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#F6A652 (or 0xF6A652) is known color: Texas Rose. HEX triplet: F6, A6 and 52. RGB value is (246,166,82). Sum of RGB (Red+Green+Blue) = 246+166+82=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 82 (32.42% from 255 or 16.60% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A652 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6A652 is #0959AD. Grayscale: #B4B4B4. Windows color (decimal): -612782 or 5416694. OLE color: 5416694.

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

Color convert

RGB 246 166 82 -
CMYK 0 0.33 0.67 0.04
HSL 30.73º 0.9% 0.64% -
HSV(B) 30.73º 0.67% 0.96% -
XYZ 53.17 47.47 14.34 -
YUV 180.34 72.5 174.83 -
System Red Green Blue C M Y K H S L
Decimal 246 166 82 0 0.33 0.67 0.04 30.73 0.9 0.64
Hex F6 A6 52 0 21 43 4 1F 5A 40
Octal 366 246 122 0 41 103 4 37 132 100
Binary 11110110 10100110 1010010 0 100001 1000011 100 11111 1011010 1000000

Color Harmonies of #F6A652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6A652

Black with #F6A652

Text Example


Text Example

White with #F6A652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6A652; }

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

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

background-color css

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

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

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

border-color css

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

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

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