Html Css Color HEX #F9CA8C Cherokee

📋 copy color: '#F9CA8C'

red 249 ◦ green 202 ◦ blue 140

#F9CA8C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherokee #F9CA8C

Tints of Cherokee #F9CA8C

RGB

 RED value IS 249 (97.66% from 255) = 42.13%

 GREEN value IS 202 (79.3% from 255) = 34.18%

 BLUE value IS 140 (55.08% from 255) = 23.69%

R = 42.13%
G = 34.18%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9CA8C (or 0xF9CA8C) is known color: Cherokee. HEX triplet: F9, CA and 8C. RGB value is (249,202,140). Sum of RGB (Red+Green+Blue) = 249+202+140=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 202 (79.30% from 255 or 34.18% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CA8C is #063573. Grayscale: #D1D1D1. Windows color (decimal): -406900 or 9227001. OLE color: 9227001.

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

Color convert

RGB 249 202 140 -
CMYK 0 0.19 0.44 0.02
HSL 34.13º 0.9% 0.76% -
HSV(B) 34.13º 0.44% 0.98% -
XYZ 64.92 64.27 33.8 -
YUV 208.99 89.07 156.54 -
System Red Green Blue C M Y K H S L
Decimal 249 202 140 0 0.19 0.44 0.02 34.13 0.9 0.76
Hex F9 CA 8C 0 13 2C 2 22 5A 4C
Octal 371 312 214 0 23 54 2 42 132 114
Binary 11111001 11001010 10001100 0 10011 101100 10 100010 1011010 1001100

Color Harmonies of #F9CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CA8C

Black with #F9CA8C

Text Example


Text Example

White with #F9CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CA8C; }

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

 H1.HeaderClassName
 {
   color: #F9CA8C;
 }
 .AnyTagClassName
 {
   color: #F9CA8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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