Html Css Color HEX #F1D86B Golden Sand

📋 copy color: '#F1D86B'

red 241 ◦ green 216 ◦ blue 107

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

Shades of Golden Sand #F1D86B

Tints of Golden Sand #F1D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.3%

 BLUE value IS 107 (42.19% from 255) = 18.97%

R = 42.73%
G = 38.3%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1D86B (or 0xF1D86B) is known color: Golden Sand. HEX triplet: F1, D8 and 6B. RGB value is (241,216,107). Sum of RGB (Red+Green+Blue) = 241+216+107=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 216 (84.77% from 255 or 38.30% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D86B is #0E2794. Grayscale: #D3D3D3. Windows color (decimal): -927637 or 7067889. OLE color: 7067889.

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

Color convert

RGB 241 216 107 -
CMYK 0 0.10 0.56 0.05
HSL 48.81º 0.83% 0.68% -
HSV(B) 48.81º 0.56% 0.95% -
XYZ 63.49 68.87 23.86 -
YUV 211.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 241 216 107 0 0.10 0.56 0.05 48.81 0.83 0.68
Hex F1 D8 6B 0 A 38 5 31 53 44
Octal 361 330 153 0 12 70 5 61 123 104
Binary 11110001 11011000 1101011 0 1010 111000 101 110001 1010011 1000100

Color Harmonies of #F1D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D86B

Black with #F1D86B

Text Example


Text Example

White with #F1D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D86B; }

 p { color: rgb(241,216,107); }

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

background-color css

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

 a { background-color: rgb(241,216,107); }

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

border-color css

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

 span { border-color: rgb(241,216,107); }

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