Html Css Color HEX #F4D96A Golden Sand

📋 copy color: '#F4D96A'

red 244 ◦ green 217 ◦ blue 106

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

Shades of Golden Sand #F4D96A

Tints of Golden Sand #F4D96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.27%

 BLUE value IS 106 (41.8% from 255) = 18.69%

R = 43.03%
G = 38.27%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4D96A (or 0xF4D96A) is known color: Golden Sand. HEX triplet: F4, D9 and 6A. RGB value is (244,217,106). Sum of RGB (Red+Green+Blue) = 244+217+106=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D96A is #0B2695. Grayscale: #D4D4D4. Windows color (decimal): -730774 or 7002612. OLE color: 7002612.

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

Color convert

RGB 244 217 106 -
CMYK 0 0.11 0.57 0.04
HSL 48.26º 0.86% 0.69% -
HSV(B) 48.26º 0.57% 0.96% -
XYZ 64.72 69.9 23.72 -
YUV 212.42 67.95 150.53 -
System Red Green Blue C M Y K H S L
Decimal 244 217 106 0 0.11 0.57 0.04 48.26 0.86 0.69
Hex F4 D9 6A 0 B 39 4 30 56 45
Octal 364 331 152 0 13 71 4 60 126 105
Binary 11110100 11011001 1101010 0 1011 111001 100 110000 1010110 1000101

Color Harmonies of #F4D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D96A

Black with #F4D96A

Text Example


Text Example

White with #F4D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D96A; }

 p { color: rgb(244,217,106); }

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

background-color css

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

 a { background-color: rgb(244,217,106); }

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

border-color css

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

 span { border-color: rgb(244,217,106); }

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