#F1C68D

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

Shades of Cherokee #F1C68D

Tints of Cherokee #F1C68D

Color information

#F1C68D (or 0xF1C68D) is unknown color: approx Cherokee. HEX triplet: F1, C6 and 8D. RGB value is (241,198,141). Sum of RGB (Red+Green+Blue) = 241+198+141=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 198 (77.73% from 255 or 34.14% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C68D is #0E3972. Grayscale: #CCCCCC. Windows color (decimal): -932211 or 9291505. OLE color: 9291505.

HSL color Cylindrical-coordinate representation of color #F1C68D: hue angle of 34.2º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1C68D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241198141-
CMYK00.180.410.05
HSL34.2º78.12%74.9%-
HSV(B)34.2º41.49%94.51%-
XYZ61.2861.0133.75-
YUV204.3692.25154.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.55%
GREEN value IS 198 (77.73% from 255) = 34.14%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=41.55%
G=34.14%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119814100.180.410.0534.278.1274.9
HexF1C68D012295224e4b
Octal36130621502251542116113
Binary11110001110001101000110101001010100110110001010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C68D; }

 p { color: rgb(241,198,141); }

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

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

 a { background-color: rgb(241,198,141); }

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

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

 span { border-color: rgb(241,198,141); }

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