Html Css Color HEX #F6C982 Cherokee

📋 copy color: '#F6C982'

red 246 ◦ green 201 ◦ blue 130

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

Shades of Cherokee #F6C982

Tints of Cherokee #F6C982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.84%

 BLUE value IS 130 (51.17% from 255) = 22.53%

R = 42.63%
G = 34.84%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6C982 (or 0xF6C982) is known color: Cherokee. HEX triplet: F6, C9 and 82. RGB value is (246,201,130). Sum of RGB (Red+Green+Blue) = 246+201+130=577 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.63% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C982 is #09367D. Grayscale: #CECECE. Windows color (decimal): -603774 or 8571382. OLE color: 8571382.

HSL color Cylindrical-coordinate representation of color #F6C982: hue angle of 36.72º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6C982 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 201 130 -
CMYK 0 0.18 0.47 0.04
HSL 36.72º 0.87% 0.74% -
HSV(B) 36.72º 0.47% 0.96% -
XYZ 62.92 62.98 29.96 -
YUV 206.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 246 201 130 0 0.18 0.47 0.04 36.72 0.87 0.74
Hex F6 C9 82 0 12 2F 4 25 57 4A
Octal 366 311 202 0 22 57 4 45 127 112
Binary 11110110 11001001 10000010 0 10010 101111 100 100101 1010111 1001010

Color Harmonies of #F6C982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C982

Black with #F6C982

Text Example


Text Example

White with #F6C982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C982; }

 p { color: rgb(246,201,130); }

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

background-color css

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

 a { background-color: rgb(246,201,130); }

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

border-color css

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

 span { border-color: rgb(246,201,130); }

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