Html Css Color HEX #F5D56C Golden Sand

📋 copy color: '#F5D56C'

red 245 ◦ green 213 ◦ blue 108

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

Shades of Golden Sand #F5D56C

Tints of Golden Sand #F5D56C

RGB

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

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

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

R = 43.29%
G = 37.63%
B = 19.08%

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

#F5D56C (or 0xF5D56C) is known color: Golden Sand. HEX triplet: F5, D5 and 6C. RGB value is (245,213,108). Sum of RGB (Red+Green+Blue) = 245+213+108=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 213 (83.59% from 255 or 37.63% from 566); Blue value is 108 (42.58% from 255 or 19.08% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D56C is #0A2A93. Grayscale: #D3D3D3. Windows color (decimal): -666260 or 7132661. OLE color: 7132661.

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

Color convert

RGB 245 213 108 -
CMYK 0 0.13 0.56 0.04
HSL 45.99º 0.87% 0.69% -
HSV(B) 45.99º 0.56% 0.96% -
XYZ 64.16 68.08 23.95 -
YUV 210.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 245 213 108 0 0.13 0.56 0.04 45.99 0.87 0.69
Hex F5 D5 6C 0 D 38 4 2E 57 45
Octal 365 325 154 0 15 70 4 56 127 105
Binary 11110101 11010101 1101100 0 1101 111000 100 101110 1010111 1000101

Color Harmonies of #F5D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5D56C

Black with #F5D56C

Text Example


Text Example

White with #F5D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5D56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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