Html Css Color HEX #F6D28E Cherokee

📋 copy color: '#F6D28E'

red 246 ◦ green 210 ◦ blue 142

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

Shades of Cherokee #F6D28E

Tints of Cherokee #F6D28E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.12%

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

R = 41.14%
G = 35.12%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6D28E (or 0xF6D28E) is known color: Cherokee. HEX triplet: F6, D2 and 8E. RGB value is (246,210,142). Sum of RGB (Red+Green+Blue) = 246+210+142=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 142 (55.86% from 255 or 23.75% from 598); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D28E is #092D71. Grayscale: #D5D5D5. Windows color (decimal): -601458 or 9360118. OLE color: 9360118.

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

Color convert

RGB 246 210 142 -
CMYK 0 0.15 0.42 0.04
HSL 39.23º 0.85% 0.76% -
HSV(B) 39.23º 0.42% 0.96% -
XYZ 65.94 67.64 35.17 -
YUV 213.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 246 210 142 0 0.15 0.42 0.04 39.23 0.85 0.76
Hex F6 D2 8E 0 F 2A 4 27 55 4C
Octal 366 322 216 0 17 52 4 47 125 114
Binary 11110110 11010010 10001110 0 1111 101010 100 100111 1010101 1001100

Color Harmonies of #F6D28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D28E

Black with #F6D28E

Text Example


Text Example

White with #F6D28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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