Html Css Color HEX #F7D56C Golden Sand

📋 copy color: '#F7D56C'

red 247 ◦ green 213 ◦ blue 108

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

Shades of Golden Sand #F7D56C

Tints of Golden Sand #F7D56C

RGB

 RED value IS 247 (96.88% from 255) = 43.49%

 GREEN value IS 213 (83.59% from 255) = 37.5%

 BLUE value IS 108 (42.58% from 255) = 19.01%

R = 43.49%
G = 37.5%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7D56C (or 0xF7D56C) is known color: Golden Sand. HEX triplet: F7, D5 and 6C. RGB value is (247,213,108). Sum of RGB (Red+Green+Blue) = 247+213+108=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D56C is #082A93. Grayscale: #D3D3D3. Windows color (decimal): -535188 or 7132663. OLE color: 7132663.

HSL color Cylindrical-coordinate representation of color #F7D56C: hue angle of 45.32º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F7D56C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 213 108 -
CMYK 0 0.14 0.56 0.03
HSL 45.32º 0.9% 0.7% -
HSV(B) 45.32º 0.56% 0.97% -
XYZ 64.86 68.45 23.98 -
YUV 211.2 69.76 153.54 -
System Red Green Blue C M Y K H S L
Decimal 247 213 108 0 0.14 0.56 0.03 45.32 0.9 0.7
Hex F7 D5 6C 0 E 38 3 2D 5A 46
Octal 367 325 154 0 16 70 3 55 132 106
Binary 11110111 11010101 1101100 0 1110 111000 11 101101 1011010 1000110

Color Harmonies of #F7D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7D56C

Black with #F7D56C

Text Example


Text Example

White with #F7D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7D56C; }

 p { color: rgb(247,213,108); }

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

background-color css

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

 a { background-color: rgb(247,213,108); }

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

border-color css

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

 span { border-color: rgb(247,213,108); }

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