Html Css Color HEX #F8CF86 Cherokee

📋 copy color: '#F8CF86'

red 248 ◦ green 207 ◦ blue 134

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

Shades of Cherokee #F8CF86

Tints of Cherokee #F8CF86

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.14%

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

R = 42.11%
G = 35.14%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F8CF86 (or 0xF8CF86) is known color: Cherokee. HEX triplet: F8, CF and 86. RGB value is (248,207,134). Sum of RGB (Red+Green+Blue) = 248+207+134=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CF86 is #073079. Grayscale: #D3D3D3. Windows color (decimal): -471162 or 8835064. OLE color: 8835064.

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

Color convert

RGB 248 207 134 -
CMYK 0 0.17 0.46 0.03
HSL 38.42º 0.89% 0.75% -
HSV(B) 38.42º 0.46% 0.97% -
XYZ 65.33 66.3 31.91 -
YUV 210.94 84.58 154.44 -
System Red Green Blue C M Y K H S L
Decimal 248 207 134 0 0.17 0.46 0.03 38.42 0.89 0.75
Hex F8 CF 86 0 11 2E 3 26 59 4B
Octal 370 317 206 0 21 56 3 46 131 113
Binary 11111000 11001111 10000110 0 10001 101110 11 100110 1011001 1001011

Color Harmonies of #F8CF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8CF86

Black with #F8CF86

Text Example


Text Example

White with #F8CF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8CF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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