Html Css Color HEX #F6D084 Cherokee

📋 copy color: '#F6D084'

red 246 ◦ green 208 ◦ blue 132

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

Shades of Cherokee #F6D084

Tints of Cherokee #F6D084

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.49%

 BLUE value IS 132 (51.95% from 255) = 22.53%

R = 41.98%
G = 35.49%
B = 22.53%

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

#F6D084 (or 0xF6D084) is known color: Cherokee. HEX triplet: F6, D0 and 84. RGB value is (246,208,132). Sum of RGB (Red+Green+Blue) = 246+208+132=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 208 (81.64% from 255 or 35.49% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D084 is #092F7B. Grayscale: #D3D3D3. Windows color (decimal): -601980 or 8704246. OLE color: 8704246.

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

Color convert

RGB 246 208 132 -
CMYK 0 0.15 0.46 0.04
HSL 40º 0.86% 0.74% -
HSV(B) 40º 0.46% 0.96% -
XYZ 64.73 66.37 31.23 -
YUV 210.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 246 208 132 0 0.15 0.46 0.04 40 0.86 0.74
Hex F6 D0 84 0 F 2E 4 28 56 4A
Octal 366 320 204 0 17 56 4 50 126 112
Binary 11110110 11010000 10000100 0 1111 101110 100 101000 1010110 1001010

Color Harmonies of #F6D084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D084

Black with #F6D084

Text Example


Text Example

White with #F6D084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D084; }

 p { color: rgb(246,208,132); }

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

background-color css

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

 a { background-color: rgb(246,208,132); }

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

border-color css

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

 span { border-color: rgb(246,208,132); }

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