Html Css Color HEX #F5D46F Golden Sand

📋 copy color: '#F5D46F'

red 245 ◦ green 212 ◦ blue 111

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

Shades of Golden Sand #F5D46F

Tints of Golden Sand #F5D46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.54%

R = 43.13%
G = 37.32%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F5D46F (or 0xF5D46F) is known color: Golden Sand. HEX triplet: F5, D4 and 6F. RGB value is (245,212,111). Sum of RGB (Red+Green+Blue) = 245+212+111=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 111 (43.75% from 255 or 19.54% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D46F is #0A2B90. Grayscale: #D2D2D2. Windows color (decimal): -666513 or 7329013. OLE color: 7329013.

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

Color convert

RGB 245 212 111 -
CMYK 0 0.13 0.55 0.04
HSL 45.22º 0.87% 0.7% -
HSV(B) 45.22º 0.55% 0.96% -
XYZ 64.07 67.65 24.72 -
YUV 210.35 71.93 152.71 -
System Red Green Blue C M Y K H S L
Decimal 245 212 111 0 0.13 0.55 0.04 45.22 0.87 0.7
Hex F5 D4 6F 0 D 37 4 2D 57 46
Octal 365 324 157 0 15 67 4 55 127 106
Binary 11110101 11010100 1101111 0 1101 110111 100 101101 1010111 1000110

Color Harmonies of #F5D46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D46F

Black with #F5D46F

Text Example


Text Example

White with #F5D46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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