Html Css Color HEX #F1C86E Golden Sand

📋 copy color: '#F1C86E'

red 241 ◦ green 200 ◦ blue 110

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

Shades of Golden Sand #F1C86E

Tints of Golden Sand #F1C86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.96%

R = 43.74%
G = 36.3%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1C86E (or 0xF1C86E) is known color: Golden Sand. HEX triplet: F1, C8 and 6E. RGB value is (241,200,110). Sum of RGB (Red+Green+Blue) = 241+200+110=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 110 (43.36% from 255 or 19.96% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C86E is #0E3791. Grayscale: #CACACA. Windows color (decimal): -931730 or 7260401. OLE color: 7260401.

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

Color convert

RGB 241 200 110 -
CMYK 0 0.17 0.54 0.05
HSL 41.22º 0.82% 0.69% -
HSV(B) 41.22º 0.54% 0.95% -
XYZ 59.74 61.14 23.4 -
YUV 202 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 241 200 110 0 0.17 0.54 0.05 41.22 0.82 0.69
Hex F1 C8 6E 0 11 36 5 29 52 45
Octal 361 310 156 0 21 66 5 51 122 105
Binary 11110001 11001000 1101110 0 10001 110110 101 101001 1010010 1000101

Color Harmonies of #F1C86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C86E

Black with #F1C86E

Text Example


Text Example

White with #F1C86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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