Html Css Color HEX #F8C286 Cherokee

📋 copy color: '#F8C286'

red 248 ◦ green 194 ◦ blue 134

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

Shades of Cherokee #F8C286

Tints of Cherokee #F8C286

RGB

 RED value IS 248 (97.27% from 255) = 43.06%

 GREEN value IS 194 (76.17% from 255) = 33.68%

 BLUE value IS 134 (52.73% from 255) = 23.26%

R = 43.06%
G = 33.68%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8C286 (or 0xF8C286) is known color: Cherokee. HEX triplet: F8, C2 and 86. RGB value is (248,194,134). Sum of RGB (Red+Green+Blue) = 248+194+134=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 134 (52.73% from 255 or 23.26% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C286 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C286 is #073D79. Grayscale: #CBCBCB. Windows color (decimal): -474490 or 8831736. OLE color: 8831736.

HSL color Cylindrical-coordinate representation of color #F8C286: hue angle of 31.58º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8C286 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 194 134 -
CMYK 0 0.22 0.46 0.03
HSL 31.58º 0.89% 0.75% -
HSV(B) 31.58º 0.46% 0.97% -
XYZ 62.31 60.26 30.9 -
YUV 203.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 248 194 134 0 0.22 0.46 0.03 31.58 0.89 0.75
Hex F8 C2 86 0 16 2E 3 20 59 4B
Octal 370 302 206 0 26 56 3 40 131 113
Binary 11111000 11000010 10000110 0 10110 101110 11 100000 1011001 1001011

Color Harmonies of #F8C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C286

Black with #F8C286

Text Example


Text Example

White with #F8C286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C286; }

 p { color: rgb(248,194,134); }

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

background-color css

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

 a { background-color: rgb(248,194,134); }

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

border-color css

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

 span { border-color: rgb(248,194,134); }

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