#F1CE7E

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

Shades of Cherokee #F1CE7E

Tints of Cherokee #F1CE7E

Color information

#F1CE7E (or 0xF1CE7E) is unknown color: approx Cherokee. HEX triplet: F1, CE and 7E. RGB value is (241,206,126). Sum of RGB (Red+Green+Blue) = 241+206+126=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CE7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CE7E is #0E3181. Grayscale: #CFCFCF. Windows color (decimal): -930178 or 8310513. OLE color: 8310513.

HSL color Cylindrical-coordinate representation of color #F1CE7E: hue angle of 41.74º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1CE7E is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241206126-
CMYK00.150.480.05
HSL41.74º80.42%71.96%-
HSV(B)41.74º47.72%94.51%-
XYZ62.1164.3528.89-
YUV207.3482.1152-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.06%
GREEN value IS 206 (80.86% from 255) = 35.95%
BLUE value IS 126 (49.61% from 255) = 21.99%
R=42.06%
G=35.95%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120612600.150.480.0541.7480.4271.96
HexF1CE7E0F3052a5048
Octal36131617601760552120110
Binary111100011100111011111100111111000010110101010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CE7E; }

 p { color: rgb(241,206,126); }

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

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

 a { background-color: rgb(241,206,126); }

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

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

 span { border-color: rgb(241,206,126); }

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