Html Css Color HEX #F1C864 Golden Sand

📋 copy color: '#F1C864'

red 241 ◦ green 200 ◦ blue 100

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

Shades of Golden Sand #F1C864

Tints of Golden Sand #F1C864

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.97%

 BLUE value IS 100 (39.45% from 255) = 18.48%

R = 44.55%
G = 36.97%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1C864 (or 0xF1C864) is known color: Golden Sand. HEX triplet: F1, C8 and 64. RGB value is (241,200,100). Sum of RGB (Red+Green+Blue) = 241+200+100=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C864 is #0E379B. Grayscale: #C9C9C9. Windows color (decimal): -931740 or 6605041. OLE color: 6605041.

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

Color convert

RGB 241 200 100 -
CMYK 0 0.17 0.59 0.05
HSL 42.55º 0.83% 0.67% -
HSV(B) 42.55º 0.59% 0.95% -
XYZ 59.23 60.93 20.7 -
YUV 200.86 71.08 156.63 -
System Red Green Blue C M Y K H S L
Decimal 241 200 100 0 0.17 0.59 0.05 42.55 0.83 0.67
Hex F1 C8 64 0 11 3B 5 2B 53 43
Octal 361 310 144 0 21 73 5 53 123 103
Binary 11110001 11001000 1100100 0 10001 111011 101 101011 1010011 1000011

Color Harmonies of #F1C864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C864

Black with #F1C864

Text Example


Text Example

White with #F1C864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C864; }

 p { color: rgb(241,200,100); }

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

background-color css

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

 a { background-color: rgb(241,200,100); }

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

border-color css

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

 span { border-color: rgb(241,200,100); }

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