Html Css Color HEX #F6C382 Cherokee

📋 copy color: '#F6C382'

red 246 ◦ green 195 ◦ blue 130

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

Shades of Cherokee #F6C382

Tints of Cherokee #F6C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.15%

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

R = 43.08%
G = 34.15%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F6C382 (or 0xF6C382) is known color: Cherokee. HEX triplet: F6, C3 and 82. RGB value is (246,195,130). Sum of RGB (Red+Green+Blue) = 246+195+130=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C382 is #093C7D. Grayscale: #CBCBCB. Windows color (decimal): -605310 or 8569846. OLE color: 8569846.

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

Color convert

RGB 246 195 130 -
CMYK 0 0.21 0.47 0.04
HSL 33.62º 0.87% 0.74% -
HSV(B) 33.62º 0.47% 0.96% -
XYZ 61.55 60.23 29.5 -
YUV 202.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 246 195 130 0 0.21 0.47 0.04 33.62 0.87 0.74
Hex F6 C3 82 0 15 2F 4 22 57 4A
Octal 366 303 202 0 25 57 4 42 127 112
Binary 11110110 11000011 10000010 0 10101 101111 100 100010 1010111 1001010

Color Harmonies of #F6C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C382

Black with #F6C382

Text Example


Text Example

White with #F6C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C382; }

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

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

background-color css

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

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

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

border-color css

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

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

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