#f2c583

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

Shades of Cherokee #F2C583

Tints of Cherokee #F2C583

Color information

#F2C583 (or 0xF2C583) is unknown color: approx Cherokee. HEX triplet: F2, C5 and 83. RGB value is (242,197,131). Sum of RGB (Red+Green+Blue) = 242+197+131=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 131 (51.56% from 255 or 22.98% from 570); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C583 is #0D3A7C. Grayscale: #CBCBCB. Windows color (decimal): -866941 or 8635890. OLE color: 8635890.

HSL color Cylindrical-coordinate representation of color #F2C583: hue angle of 35.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2C583 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB242197131-
CMYK00.190.460.05
HSL35.68º81.02%73.14%-
HSV(B)35.68º45.87%94.9%-
XYZ60.6860.4529.94-
YUV202.9387.41155.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.46%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 131 (51.56% from 255) = 22.98%
R=42.46%
G=34.56%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219713100.190.460.0535.6881.0273.14
HexF2C5830132E5245149
Octal36230520302356544121111
Binary11110010110001011000001101001110111010110010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2c583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2c583; }

 p { color: rgb(242,197,131); }

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

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

 a { background-color: rgb(242,197,131); }

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

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

 span { border-color: rgb(242,197,131); }

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