Html Css Color HEX #F1D56D Golden Sand

📋 copy color: '#F1D56D'

red 241 ◦ green 213 ◦ blue 109

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

Shades of Golden Sand #F1D56D

Tints of Golden Sand #F1D56D

RGB

 RED value IS 241 (94.53% from 255) = 42.81%

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

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

R = 42.81%
G = 37.83%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1D56D (or 0xF1D56D) is known color: Golden Sand. HEX triplet: F1, D5 and 6D. RGB value is (241,213,109). Sum of RGB (Red+Green+Blue) = 241+213+109=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D56D is #0E2A92. Grayscale: #D1D1D1. Windows color (decimal): -928403 or 7198193. OLE color: 7198193.

HSL color Cylindrical-coordinate representation of color #F1D56D: hue angle of 47.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1D56D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 213 109 -
CMYK 0 0.12 0.55 0.05
HSL 47.27º 0.83% 0.69% -
HSV(B) 47.27º 0.55% 0.95% -
XYZ 62.83 67.39 24.16 -
YUV 209.52 71.28 150.46 -
System Red Green Blue C M Y K H S L
Decimal 241 213 109 0 0.12 0.55 0.05 47.27 0.83 0.69
Hex F1 D5 6D 0 C 37 5 2F 52 45
Octal 361 325 155 0 14 67 5 57 122 105
Binary 11110001 11010101 1101101 0 1100 110111 101 101111 1010010 1000101

Color Harmonies of #F1D56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D56D

Black with #F1D56D

Text Example


Text Example

White with #F1D56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D56D; }

 p { color: rgb(241,213,109); }

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

background-color css

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

 a { background-color: rgb(241,213,109); }

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

border-color css

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

 span { border-color: rgb(241,213,109); }

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