Html Css Color HEX #F5D56E Golden Sand

📋 copy color: '#F5D56E'

red 245 ◦ green 213 ◦ blue 110

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

Shades of Golden Sand #F5D56E

Tints of Golden Sand #F5D56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.37%

R = 43.13%
G = 37.5%
B = 19.37%

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

#F5D56E (or 0xF5D56E) is known color: Golden Sand. HEX triplet: F5, D5 and 6E. RGB value is (245,213,110). Sum of RGB (Red+Green+Blue) = 245+213+110=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 213 (83.59% from 255 or 37.5% from 568); Blue value is 110 (43.36% from 255 or 19.37% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D56E is #0A2A91. Grayscale: #D3D3D3. Windows color (decimal): -666258 or 7263733. OLE color: 7263733.

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

Color convert

RGB 245 213 110 -
CMYK 0 0.13 0.55 0.04
HSL 45.78º 0.87% 0.7% -
HSV(B) 45.78º 0.55% 0.96% -
XYZ 64.26 68.13 24.51 -
YUV 210.83 71.1 152.38 -
System Red Green Blue C M Y K H S L
Decimal 245 213 110 0 0.13 0.55 0.04 45.78 0.87 0.7
Hex F5 D5 6E 0 D 37 4 2E 57 46
Octal 365 325 156 0 15 67 4 56 127 106
Binary 11110101 11010101 1101110 0 1101 110111 100 101110 1010111 1000110

Color Harmonies of #F5D56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D56E

Black with #F5D56E

Text Example


Text Example

White with #F5D56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D56E; }

 p { color: rgb(245,213,110); }

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

background-color css

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

 a { background-color: rgb(245,213,110); }

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

border-color css

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

 span { border-color: rgb(245,213,110); }

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