Html Css Color HEX #F9D68C Cherokee

📋 copy color: '#F9D68C'

red 249 ◦ green 214 ◦ blue 140

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

Shades of Cherokee #F9D68C

Tints of Cherokee #F9D68C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.49%

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

R = 41.29%
G = 35.49%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#F9D68C (or 0xF9D68C) is known color: Cherokee. HEX triplet: F9, D6 and 8C. RGB value is (249,214,140). Sum of RGB (Red+Green+Blue) = 249+214+140=603 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.29% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9D68C is #062973. Grayscale: #D8D8D8. Windows color (decimal): -403828 or 9230073. OLE color: 9230073.

HSL color Cylindrical-coordinate representation of color #F9D68C: hue angle of 40.73º 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 #F9D68C is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 214 140 -
CMYK 0 0.14 0.44 0.02
HSL 40.73º 0.9% 0.76% -
HSV(B) 40.73º 0.44% 0.98% -
XYZ 67.85 70.13 34.77 -
YUV 216.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 249 214 140 0 0.14 0.44 0.02 40.73 0.9 0.76
Hex F9 D6 8C 0 E 2C 2 29 5A 4C
Octal 371 326 214 0 16 54 2 51 132 114
Binary 11111001 11010110 10001100 0 1110 101100 10 101001 1011010 1001100

Color Harmonies of #F9D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D68C

Black with #F9D68C

Text Example


Text Example

White with #F9D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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