#F1C48D

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

Shades of Cherokee #F1C48D

Tints of Cherokee #F1C48D

Color information

#F1C48D (or 0xF1C48D) is unknown color: approx Cherokee. HEX triplet: F1, C4 and 8D. RGB value is (241,196,141). Sum of RGB (Red+Green+Blue) = 241+196+141=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C48D is #0E3B72. Grayscale: #CBCBCB. Windows color (decimal): -932723 or 9290993. OLE color: 9290993.

HSL color Cylindrical-coordinate representation of color #F1C48D: hue angle of 33º 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 #F1C48D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB241196141-
CMYK00.190.410.05
HSL33º78.12%74.9%-
HSV(B)33º41.49%94.51%-
XYZ60.8260.133.59-
YUV203.1892.91154.97-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 141 (55.47% from 255) = 24.39%
R=41.70%
G=33.91%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119614100.190.410.053378.1274.9
HexF1C48D013295214e4b
Octal36130421502351541116113
Binary11110001110001001000110101001110100110110000110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C48D; }

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

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

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

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

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

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

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

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