Html Css Color HEX #F1C561 Golden Sand

📋 copy color: '#F1C561'

red 241 ◦ green 197 ◦ blue 97

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

Shades of Golden Sand #F1C561

Tints of Golden Sand #F1C561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.82%

 BLUE value IS 97 (38.28% from 255) = 18.13%

R = 45.05%
G = 36.82%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1C561 (or 0xF1C561) is known color: Golden Sand. HEX triplet: F1, C5 and 61. RGB value is (241,197,97). Sum of RGB (Red+Green+Blue) = 241+197+97=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 97 (38.28% from 255 or 18.13% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C561 is #0E3A9E. Grayscale: #C7C7C7. Windows color (decimal): -932511 or 6407665. OLE color: 6407665.

HSL color Cylindrical-coordinate representation of color #F1C561: hue angle of 41.67º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1C561 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 197 97 -
CMYK 0 0.18 0.60 0.05
HSL 41.67º 0.84% 0.66% -
HSV(B) 41.67º 0.6% 0.95% -
XYZ 58.4 59.5 19.72 -
YUV 198.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 241 197 97 0 0.18 0.60 0.05 41.67 0.84 0.66
Hex F1 C5 61 0 12 3C 5 2A 54 42
Octal 361 305 141 0 22 74 5 52 124 102
Binary 11110001 11000101 1100001 0 10010 111100 101 101010 1010100 1000010

Color Harmonies of #F1C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C561

Black with #F1C561

Text Example


Text Example

White with #F1C561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C561; }

 p { color: rgb(241,197,97); }

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

background-color css

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

 a { background-color: rgb(241,197,97); }

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

border-color css

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

 span { border-color: rgb(241,197,97); }

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