Html Css Color HEX #F6D285 Cherokee

📋 copy color: '#F6D285'

red 246 ◦ green 210 ◦ blue 133

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

Shades of Cherokee #F6D285

Tints of Cherokee #F6D285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.58%

R = 41.77%
G = 35.65%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F6D285 (or 0xF6D285) is known color: Cherokee. HEX triplet: F6, D2 and 85. RGB value is (246,210,133). Sum of RGB (Red+Green+Blue) = 246+210+133=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D285 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D285 is #092D7A. Grayscale: #D4D4D4. Windows color (decimal): -601467 or 8770294. OLE color: 8770294.

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

Color convert

RGB 246 210 133 -
CMYK 0 0.15 0.46 0.04
HSL 40.88º 0.86% 0.74% -
HSV(B) 40.88º 0.46% 0.96% -
XYZ 65.29 67.38 31.75 -
YUV 211.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 246 210 133 0 0.15 0.46 0.04 40.88 0.86 0.74
Hex F6 D2 85 0 F 2E 4 29 56 4A
Octal 366 322 205 0 17 56 4 51 126 112
Binary 11110110 11010010 10000101 0 1111 101110 100 101001 1010110 1001010

Color Harmonies of #F6D285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D285

Black with #F6D285

Text Example


Text Example

White with #F6D285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D285; }

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

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

background-color css

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

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

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

border-color css

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

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

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