Html Css Color HEX #F4D76A Golden Sand

📋 copy color: '#F4D76A'

red 244 ◦ green 215 ◦ blue 106

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

Shades of Golden Sand #F4D76A

Tints of Golden Sand #F4D76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.05%

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

R = 43.19%
G = 38.05%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#F4D76A (or 0xF4D76A) is known color: Golden Sand. HEX triplet: F4, D7 and 6A. RGB value is (244,215,106). Sum of RGB (Red+Green+Blue) = 244+215+106=565 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.19% from 565); Green value is 215 (84.38% from 255 or 38.05% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D76A is #0B2895. Grayscale: #D3D3D3. Windows color (decimal): -731286 or 7002100. OLE color: 7002100.

HSL color Cylindrical-coordinate representation of color #F4D76A: hue angle of 47.39º 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 #F4D76A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 215 106 -
CMYK 0 0.12 0.57 0.04
HSL 47.39º 0.86% 0.69% -
HSV(B) 47.39º 0.57% 0.96% -
XYZ 64.21 68.87 23.55 -
YUV 211.25 68.61 151.36 -
System Red Green Blue C M Y K H S L
Decimal 244 215 106 0 0.12 0.57 0.04 47.39 0.86 0.69
Hex F4 D7 6A 0 C 39 4 2F 56 45
Octal 364 327 152 0 14 71 4 57 126 105
Binary 11110100 11010111 1101010 0 1100 111001 100 101111 1010110 1000101

Color Harmonies of #F4D76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4D76A

Black with #F4D76A

Text Example


Text Example

White with #F4D76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4D76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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