Html Css Color HEX #F1CA61 Golden Sand

📋 copy color: '#F1CA61'

red 241 ◦ green 202 ◦ blue 97

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

Shades of Golden Sand #F1CA61

Tints of Golden Sand #F1CA61

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.41%

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

R = 44.63%
G = 37.41%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F1CA61 (or 0xF1CA61) is known color: Golden Sand. HEX triplet: F1, CA and 61. RGB value is (241,202,97). Sum of RGB (Red+Green+Blue) = 241+202+97=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 97 (38.28% from 255 or 17.96% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CA61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CA61 is #0E359E. Grayscale: #CACACA. Windows color (decimal): -931231 or 6408945. OLE color: 6408945.

HSL color Cylindrical-coordinate representation of color #F1CA61: hue angle of 43.75º 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 #F1CA61 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 202 97 -
CMYK 0 0.16 0.60 0.05
HSL 43.75º 0.84% 0.66% -
HSV(B) 43.75º 0.6% 0.95% -
XYZ 59.55 61.8 20.1 -
YUV 201.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 241 202 97 0 0.16 0.60 0.05 43.75 0.84 0.66
Hex F1 CA 61 0 10 3C 5 2C 54 42
Octal 361 312 141 0 20 74 5 54 124 102
Binary 11110001 11001010 1100001 0 10000 111100 101 101100 1010100 1000010

Color Harmonies of #F1CA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CA61

Black with #F1CA61

Text Example


Text Example

White with #F1CA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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