Html Css Color HEX #F5D36D Golden Sand

📋 copy color: '#F5D36D'

red 245 ◦ green 211 ◦ blue 109

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

Shades of Golden Sand #F5D36D

Tints of Golden Sand #F5D36D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

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

R = 43.36%
G = 37.35%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5D36D (or 0xF5D36D) is known color: Golden Sand. HEX triplet: F5, D3 and 6D. RGB value is (245,211,109). Sum of RGB (Red+Green+Blue) = 245+211+109=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 109 (42.97% from 255 or 19.29% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D36D is #0A2C92. Grayscale: #D1D1D1. Windows color (decimal): -666771 or 7197685. OLE color: 7197685.

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

Color convert

RGB 245 211 109 -
CMYK 0 0.14 0.56 0.04
HSL 45º 0.87% 0.69% -
HSV(B) 45º 0.56% 0.96% -
XYZ 63.71 67.11 24.06 -
YUV 209.54 71.26 153.29 -
System Red Green Blue C M Y K H S L
Decimal 245 211 109 0 0.14 0.56 0.04 45 0.87 0.69
Hex F5 D3 6D 0 E 38 4 2D 57 45
Octal 365 323 155 0 16 70 4 55 127 105
Binary 11110101 11010011 1101101 0 1110 111000 100 101101 1010111 1000101

Color Harmonies of #F5D36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D36D

Black with #F5D36D

Text Example


Text Example

White with #F5D36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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