Html Css Color HEX #F6D282 Cherokee

📋 copy color: '#F6D282'

red 246 ◦ green 210 ◦ blue 130

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

Shades of Cherokee #F6D282

Tints of Cherokee #F6D282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.18%

R = 41.98%
G = 35.84%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6D282 (or 0xF6D282) is known color: Cherokee. HEX triplet: F6, D2 and 82. RGB value is (246,210,130). Sum of RGB (Red+Green+Blue) = 246+210+130=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D282 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D282 is #092D7D. Grayscale: #D4D4D4. Windows color (decimal): -601470 or 8573686. OLE color: 8573686.

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

Color convert

RGB 246 210 130 -
CMYK 0 0.15 0.47 0.04
HSL 41.38º 0.87% 0.74% -
HSV(B) 41.38º 0.47% 0.96% -
XYZ 65.08 67.3 30.68 -
YUV 211.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 246 210 130 0 0.15 0.47 0.04 41.38 0.87 0.74
Hex F6 D2 82 0 F 2F 4 29 57 4A
Octal 366 322 202 0 17 57 4 51 127 112
Binary 11110110 11010010 10000010 0 1111 101111 100 101001 1010111 1001010

Color Harmonies of #F6D282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D282

Black with #F6D282

Text Example


Text Example

White with #F6D282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D282; }

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

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

background-color css

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

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

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

border-color css

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

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

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