#F8CA8A

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

Shades of Cherokee #F8CA8A

Tints of Cherokee #F8CA8A

Color information

#F8CA8A (or 0xF8CA8A) is unknown color: approx Cherokee. HEX triplet: F8, CA and 8A. RGB value is (248,202,138). Sum of RGB (Red+Green+Blue) = 248+202+138=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8CA8A is #073575. Grayscale: #D0D0D0. Windows color (decimal): -472438 or 9095928. OLE color: 9095928.

HSL color Cylindrical-coordinate representation of color #F8CA8A: hue angle of 34.91º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8CA8A is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB248202138-
CMYK00.190.440.03
HSL34.91º88.71%75.69%-
HSV(B)34.91º44.35%97.25%-
XYZ64.4264.0333.01-
YUV208.4688.24156.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.18%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=42.18%
G=34.35%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820213800.190.440.0334.9188.7175.69
HexF8CA8A0132C323594c
Octal37031221202354343131114
Binary1111100011001010100010100100111011001110001110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8CA8A; }

 p { color: rgb(248,202,138); }

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

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

 a { background-color: rgb(248,202,138); }

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

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

 span { border-color: rgb(248,202,138); }

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