#f8ca7f

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

Shades of Cherokee #F8CA7F

Tints of Cherokee #F8CA7F

Color information

#F8CA7F (or 0xF8CA7F) is unknown color: approx Cherokee. HEX triplet: F8, CA and 7F. RGB value is (248,202,127). Sum of RGB (Red+Green+Blue) = 248+202+127=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8CA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8CA7F is #073580. Grayscale: #CFCFCF. Windows color (decimal): -472449 or 8375032. OLE color: 8375032.

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

Color convert

RGB248202127-
CMYK00.190.490.03
HSL37.19º89.63%73.53%-
HSV(B)37.19º48.79%97.25%-
XYZ63.6663.7329.02-
YUV207.282.74157.1-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.98%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 127 (50% from 255) = 22.01%
R=42.98%
G=35.01%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24820212700.190.490.0337.1989.6373.53
HexF8CA7F013313255a4a
Octal37031217702361345132112
Binary111110001100101011111110100111100011110010110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8ca7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8ca7f; }

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

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

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

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

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

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

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

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