#F9CA7D

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

Shades of Cherokee #F9CA7D

Tints of Cherokee #F9CA7D

Color information

#F9CA7D (or 0xF9CA7D) is unknown color: approx Cherokee. HEX triplet: F9, CA and 7D. RGB value is (249,202,125). Sum of RGB (Red+Green+Blue) = 249+202+125=576 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.23% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 125 (49.22% from 255 or 21.70% from 576); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CA7D is #063582. Grayscale: #CFCFCF. Windows color (decimal): -406915 or 8243961. OLE color: 8243961.

HSL color Cylindrical-coordinate representation of color #F9CA7D: hue angle of 37.26º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9CA7D is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB249202125-
CMYK00.190.500.02
HSL37.26º91.18%73.33%-
HSV(B)37.26º49.8%97.65%-
XYZ63.8963.8628.36-
YUV207.2781.57157.76-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.23%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 125 (49.22% from 255) = 21.70%
R=43.23%
G=35.07%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920212500.190.500.0237.2691.1873.33
HexF9CA7D013322255b49
Octal37131217502362245133111
Binary111110011100101011111010100111100101010010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CA7D; }

 p { color: rgb(249,202,125); }

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

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

 a { background-color: rgb(249,202,125); }

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

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

 span { border-color: rgb(249,202,125); }

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