Html Css Color HEX #F4D68E Cherokee

📋 copy color: '#F4D68E'

red 244 ◦ green 214 ◦ blue 142

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

Shades of Cherokee #F4D68E

Tints of Cherokee #F4D68E

RGB

 RED value IS 244 (95.7% from 255) = 40.67%

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

 BLUE value IS 142 (55.86% from 255) = 23.67%

R = 40.67%
G = 35.67%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F4D68E (or 0xF4D68E) is known color: Cherokee. HEX triplet: F4, D6 and 8E. RGB value is (244,214,142). Sum of RGB (Red+Green+Blue) = 244+214+142=600 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.67% from 600); Green value is 214 (83.98% from 255 or 35.67% from 600); Blue value is 142 (55.86% from 255 or 23.67% from 600); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D68E is #0B2971. Grayscale: #D7D7D7. Windows color (decimal): -731506 or 9361140. OLE color: 9361140.

HSL color Cylindrical-coordinate representation of color #F4D68E: hue angle of 42.35º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4D68E is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 214 142 -
CMYK 0 0.12 0.42 0.04
HSL 42.35º 0.82% 0.76% -
HSV(B) 42.35º 0.42% 0.96% -
XYZ 66.24 69.28 35.47 -
YUV 214.76 86.94 148.85 -
System Red Green Blue C M Y K H S L
Decimal 244 214 142 0 0.12 0.42 0.04 42.35 0.82 0.76
Hex F4 D6 8E 0 C 2A 4 2A 52 4C
Octal 364 326 216 0 14 52 4 52 122 114
Binary 11110100 11010110 10001110 0 1100 101010 100 101010 1010010 1001100

Color Harmonies of #F4D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D68E

Black with #F4D68E

Text Example


Text Example

White with #F4D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D68E; }

 p { color: rgb(244,214,142); }

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

background-color css

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

 a { background-color: rgb(244,214,142); }

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

border-color css

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

 span { border-color: rgb(244,214,142); }

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