#F6CA7A

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

Shades of Cherokee #F6CA7A

Tints of Cherokee #F6CA7A

Color information

#F6CA7A (or 0xF6CA7A) is unknown color: approx Cherokee. HEX triplet: F6, CA and 7A. RGB value is (246,202,122). Sum of RGB (Red+Green+Blue) = 246+202+122=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CA7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CA7A is #093585. Grayscale: #CECECE. Windows color (decimal): -603526 or 8047350. OLE color: 8047350.

HSL color Cylindrical-coordinate representation of color #F6CA7A: hue angle of 38.71º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F6CA7A is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246202122-
CMYK00.180.500.04
HSL38.71º87.32%72.16%-
HSV(B)38.71º50.41%96.47%-
XYZ62.6463.2427.32-
YUV206.0480.58156.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.16%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 122 (48.05% from 255) = 21.40%
R=43.16%
G=35.44%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620212200.180.500.0438.7187.3272.16
HexF6CA7A012324275748
Octal36631217202262447127110
Binary1111011011001010111101001001011001010010011110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CA7A; }

 p { color: rgb(246,202,122); }

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

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

 a { background-color: rgb(246,202,122); }

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

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

 span { border-color: rgb(246,202,122); }

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