Html Css Color HEX #F4D66F Golden Sand

📋 copy color: '#F4D66F'

red 244 ◦ green 214 ◦ blue 111

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

Shades of Golden Sand #F4D66F

Tints of Golden Sand #F4D66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.51%

R = 42.88%
G = 37.61%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F4D66F (or 0xF4D66F) is known color: Golden Sand. HEX triplet: F4, D6 and 6F. RGB value is (244,214,111). Sum of RGB (Red+Green+Blue) = 244+214+111=569 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.88% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D66F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D66F is #0B2990. Grayscale: #D3D3D3. Windows color (decimal): -731537 or 7329524. OLE color: 7329524.

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

Color convert

RGB 244 214 111 -
CMYK 0 0.12 0.55 0.04
HSL 46.47º 0.86% 0.7% -
HSV(B) 46.47º 0.55% 0.96% -
XYZ 64.22 68.47 24.87 -
YUV 211.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 244 214 111 0 0.12 0.55 0.04 46.47 0.86 0.7
Hex F4 D6 6F 0 C 37 4 2E 56 46
Octal 364 326 157 0 14 67 4 56 126 106
Binary 11110100 11010110 1101111 0 1100 110111 100 101110 1010110 1000110

Color Harmonies of #F4D66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D66F

Black with #F4D66F

Text Example


Text Example

White with #F4D66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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