Html Css Color HEX #F6D68E Cherokee

📋 copy color: '#F6D68E'

red 246 ◦ green 214 ◦ blue 142

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

Shades of Cherokee #F6D68E

Tints of Cherokee #F6D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.55%

 BLUE value IS 142 (55.86% from 255) = 23.59%

R = 40.86%
G = 35.55%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6D68E (or 0xF6D68E) is known color: Cherokee. HEX triplet: F6, D6 and 8E. RGB value is (246,214,142). Sum of RGB (Red+Green+Blue) = 246+214+142=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 142 (55.86% from 255 or 23.59% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D68E is #092971. Grayscale: #D7D7D7. Windows color (decimal): -600434 or 9361142. OLE color: 9361142.

HSL color Cylindrical-coordinate representation of color #F6D68E: hue angle of 41.54º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F6D68E is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 214 142 -
CMYK 0 0.13 0.42 0.04
HSL 41.54º 0.85% 0.76% -
HSV(B) 41.54º 0.42% 0.96% -
XYZ 66.94 69.64 35.5 -
YUV 215.36 86.6 149.85 -
System Red Green Blue C M Y K H S L
Decimal 246 214 142 0 0.13 0.42 0.04 41.54 0.85 0.76
Hex F6 D6 8E 0 D 2A 4 2A 55 4C
Octal 366 326 216 0 15 52 4 52 125 114
Binary 11110110 11010110 10001110 0 1101 101010 100 101010 1010101 1001100

Color Harmonies of #F6D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D68E

Black with #F6D68E

Text Example


Text Example

White with #F6D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D68E; }

 p { color: rgb(246,214,142); }

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

background-color css

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

 a { background-color: rgb(246,214,142); }

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

border-color css

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

 span { border-color: rgb(246,214,142); }

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