Html Css Color HEX #F5D46D Golden Sand

📋 copy color: '#F5D46D'

red 245 ◦ green 212 ◦ blue 109

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

Shades of Golden Sand #F5D46D

Tints of Golden Sand #F5D46D

RGB

 RED value IS 245 (96.09% from 255) = 43.29%

 GREEN value IS 212 (83.2% from 255) = 37.46%

 BLUE value IS 109 (42.97% from 255) = 19.26%

R = 43.29%
G = 37.46%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5D46D (or 0xF5D46D) is known color: Golden Sand. HEX triplet: F5, D4 and 6D. RGB value is (245,212,109). Sum of RGB (Red+Green+Blue) = 245+212+109=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 212 (83.20% from 255 or 37.46% from 566); Blue value is 109 (42.97% from 255 or 19.26% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D46D is #0A2B92. Grayscale: #D2D2D2. Windows color (decimal): -666515 or 7197941. OLE color: 7197941.

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

Color convert

RGB 245 212 109 -
CMYK 0 0.13 0.56 0.04
HSL 45.44º 0.87% 0.69% -
HSV(B) 45.44º 0.56% 0.96% -
XYZ 63.96 67.6 24.15 -
YUV 210.13 70.93 152.88 -
System Red Green Blue C M Y K H S L
Decimal 245 212 109 0 0.13 0.56 0.04 45.44 0.87 0.69
Hex F5 D4 6D 0 D 38 4 2D 57 45
Octal 365 324 155 0 15 70 4 55 127 105
Binary 11110101 11010100 1101101 0 1101 111000 100 101101 1010111 1000101

Color Harmonies of #F5D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D46D

Black with #F5D46D

Text Example


Text Example

White with #F5D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D46D; }

 p { color: rgb(245,212,109); }

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

background-color css

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

 a { background-color: rgb(245,212,109); }

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

border-color css

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

 span { border-color: rgb(245,212,109); }

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