Html Css Color HEX #F7C682 Cherokee

📋 copy color: '#F7C682'

red 247 ◦ green 198 ◦ blue 130

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

Shades of Cherokee #F7C682

Tints of Cherokee #F7C682

RGB

 RED value IS 247 (96.88% from 255) = 42.96%

 GREEN value IS 198 (77.73% from 255) = 34.43%

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

R = 42.96%
G = 34.43%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F7C682 (or 0xF7C682) is known color: Cherokee. HEX triplet: F7, C6 and 82. RGB value is (247,198,130). Sum of RGB (Red+Green+Blue) = 247+198+130=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7C682 is #08397D. Grayscale: #CDCDCD. Windows color (decimal): -539006 or 8570615. OLE color: 8570615.

HSL color Cylindrical-coordinate representation of color #F7C682: hue angle of 34.87º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7C682 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 198 130 -
CMYK 0 0.20 0.47 0.03
HSL 34.87º 0.88% 0.74% -
HSV(B) 34.87º 0.47% 0.97% -
XYZ 62.58 61.77 29.74 -
YUV 204.9 85.73 158.03 -
System Red Green Blue C M Y K H S L
Decimal 247 198 130 0 0.20 0.47 0.03 34.87 0.88 0.74
Hex F7 C6 82 0 14 2F 3 23 58 4A
Octal 367 306 202 0 24 57 3 43 130 112
Binary 11110111 11000110 10000010 0 10100 101111 11 100011 1011000 1001010

Color Harmonies of #F7C682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7C682

Black with #F7C682

Text Example


Text Example

White with #F7C682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7C682; }

 p { color: rgb(247,198,130); }

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

background-color css

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

 a { background-color: rgb(247,198,130); }

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

border-color css

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

 span { border-color: rgb(247,198,130); }

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