Html Css Color HEX #F1D26C Golden Sand

📋 copy color: '#F1D26C'

red 241 ◦ green 210 ◦ blue 108

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

Shades of Golden Sand #F1D26C

Tints of Golden Sand #F1D26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.57%

 BLUE value IS 108 (42.58% from 255) = 19.32%

R = 43.11%
G = 37.57%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1D26C (or 0xF1D26C) is known color: Golden Sand. HEX triplet: F1, D2 and 6C. RGB value is (241,210,108). Sum of RGB (Red+Green+Blue) = 241+210+108=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 210 (82.42% from 255 or 37.57% from 559); Blue value is 108 (42.58% from 255 or 19.32% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D26C is #0E2D93. Grayscale: #D0D0D0. Windows color (decimal): -929172 or 7131889. OLE color: 7131889.

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

Color convert

RGB 241 210 108 -
CMYK 0 0.13 0.55 0.05
HSL 46.02º 0.83% 0.68% -
HSV(B) 46.02º 0.55% 0.95% -
XYZ 62.03 65.88 23.63 -
YUV 207.64 71.77 151.79 -
System Red Green Blue C M Y K H S L
Decimal 241 210 108 0 0.13 0.55 0.05 46.02 0.83 0.68
Hex F1 D2 6C 0 D 37 5 2E 53 44
Octal 361 322 154 0 15 67 5 56 123 104
Binary 11110001 11010010 1101100 0 1101 110111 101 101110 1010011 1000100

Color Harmonies of #F1D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D26C

Black with #F1D26C

Text Example


Text Example

White with #F1D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D26C; }

 p { color: rgb(241,210,108); }

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

background-color css

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

 a { background-color: rgb(241,210,108); }

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

border-color css

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

 span { border-color: rgb(241,210,108); }

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