Html Css Color HEX #F1D369 Golden Sand

📋 copy color: '#F1D369'

red 241 ◦ green 211 ◦ blue 105

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

Shades of Golden Sand #F1D369

Tints of Golden Sand #F1D369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 18.85%

R = 43.27%
G = 37.88%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1D369 (or 0xF1D369) is known color: Golden Sand. HEX triplet: F1, D3 and 69. RGB value is (241,211,105). Sum of RGB (Red+Green+Blue) = 241+211+105=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D369 is #0E2C96. Grayscale: #D0D0D0. Windows color (decimal): -928919 or 6935537. OLE color: 6935537.

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

Color convert

RGB 241 211 105 -
CMYK 0 0.12 0.56 0.05
HSL 46.76º 0.83% 0.68% -
HSV(B) 46.76º 0.56% 0.95% -
XYZ 62.12 66.31 22.89 -
YUV 207.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 241 211 105 0 0.12 0.56 0.05 46.76 0.83 0.68
Hex F1 D3 69 0 C 38 5 2F 53 44
Octal 361 323 151 0 14 70 5 57 123 104
Binary 11110001 11010011 1101001 0 1100 111000 101 101111 1010011 1000100

Color Harmonies of #F1D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D369

Black with #F1D369

Text Example


Text Example

White with #F1D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D369; }

 p { color: rgb(241,211,105); }

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

background-color css

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

 a { background-color: rgb(241,211,105); }

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

border-color css

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

 span { border-color: rgb(241,211,105); }

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