Html Css Color HEX #F6D48D Cherokee

📋 copy color: '#F6D48D'

red 246 ◦ green 212 ◦ blue 141

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

Shades of Cherokee #F6D48D

Tints of Cherokee #F6D48D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.39%

 BLUE value IS 141 (55.47% from 255) = 23.54%

R = 41.07%
G = 35.39%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6D48D (or 0xF6D48D) is known color: Cherokee. HEX triplet: F6, D4 and 8D. RGB value is (246,212,141). Sum of RGB (Red+Green+Blue) = 246+212+141=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 212 (83.20% from 255 or 35.39% from 599); Blue value is 141 (55.47% from 255 or 23.54% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D48D is #092B72. Grayscale: #D6D6D6. Windows color (decimal): -600947 or 9295094. OLE color: 9295094.

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

Color convert

RGB 246 212 141 -
CMYK 0 0.14 0.43 0.04
HSL 40.57º 0.85% 0.76% -
HSV(B) 40.57º 0.43% 0.96% -
XYZ 66.36 68.6 34.94 -
YUV 214.07 86.76 150.77 -
System Red Green Blue C M Y K H S L
Decimal 246 212 141 0 0.14 0.43 0.04 40.57 0.85 0.76
Hex F6 D4 8D 0 E 2B 4 29 55 4C
Octal 366 324 215 0 16 53 4 51 125 114
Binary 11110110 11010100 10001101 0 1110 101011 100 101001 1010101 1001100

Color Harmonies of #F6D48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D48D

Black with #F6D48D

Text Example


Text Example

White with #F6D48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D48D; }

 p { color: rgb(246,212,141); }

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

background-color css

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

 a { background-color: rgb(246,212,141); }

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

border-color css

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

 span { border-color: rgb(246,212,141); }

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