Html Css Color HEX #F1C665 Golden Sand

📋 copy color: '#F1C665'

red 241 ◦ green 198 ◦ blue 101

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

Shades of Golden Sand #F1C665

Tints of Golden Sand #F1C665

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.67%

 BLUE value IS 101 (39.84% from 255) = 18.7%

R = 44.63%
G = 36.67%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F1C665 (or 0xF1C665) is known color: Golden Sand. HEX triplet: F1, C6 and 65. RGB value is (241,198,101). Sum of RGB (Red+Green+Blue) = 241+198+101=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C665 is #0E399A. Grayscale: #C8C8C8. Windows color (decimal): -932251 or 6670065. OLE color: 6670065.

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

Color convert

RGB 241 198 101 -
CMYK 0 0.18 0.58 0.05
HSL 41.57º 0.83% 0.67% -
HSV(B) 41.57º 0.58% 0.95% -
XYZ 58.82 60.03 20.8 -
YUV 199.8 72.25 157.39 -
System Red Green Blue C M Y K H S L
Decimal 241 198 101 0 0.18 0.58 0.05 41.57 0.83 0.67
Hex F1 C6 65 0 12 3A 5 2A 53 43
Octal 361 306 145 0 22 72 5 52 123 103
Binary 11110001 11000110 1100101 0 10010 111010 101 101010 1010011 1000011

Color Harmonies of #F1C665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C665

Black with #F1C665

Text Example


Text Example

White with #F1C665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C665; }

 p { color: rgb(241,198,101); }

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

background-color css

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

 a { background-color: rgb(241,198,101); }

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

border-color css

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

 span { border-color: rgb(241,198,101); }

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