#F8C283

Color #F8C283 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #F8C283

Tints of Cherokee #F8C283

Color information

#F8C283 (or 0xF8C283) is unknown color: approx Cherokee. HEX triplet: F8, C2 and 83. RGB value is (248,194,131). Sum of RGB (Red+Green+Blue) = 248+194+131=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 131 (51.56% from 255 or 22.86% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8C283 is #073D7C. Grayscale: #CBCBCB. Windows color (decimal): -474493 or 8635128. OLE color: 8635128.

HSL color Cylindrical-coordinate representation of color #F8C283: hue angle of 32.31º degrees, saturation: 0.89, 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 #F8C283 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB248194131-
CMYK00.220.470.03
HSL32.31º89.31%74.31%-
HSV(B)32.31º47.18%97.25%-
XYZ62.160.1829.82-
YUV202.9687.39160.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 194 (76.17% from 255) = 33.86%
BLUE value IS 131 (51.56% from 255) = 22.86%
R=43.28%
G=33.86%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24819413100.220.470.0332.3189.3174.31
HexF8C2830162F320594a
Octal37030220302657340131112
Binary1111100011000010100000110101101011111110000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8C283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8C283; }

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

 H1.HeaderClassName
 {
   color: #F8C283;
 }
 .AnyTagClassName
 {
   color: #F8C283;
 }
</style>
background-color css

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

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

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

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

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

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