Html Css Color HEX #F1D274 Golden Sand

📋 copy color: '#F1D274'

red 241 ◦ green 210 ◦ blue 116

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

Shades of Golden Sand #F1D274

Tints of Golden Sand #F1D274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.46%

R = 42.5%
G = 37.04%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1D274 (or 0xF1D274) is known color: Golden Sand. HEX triplet: F1, D2 and 74. RGB value is (241,210,116). Sum of RGB (Red+Green+Blue) = 241+210+116=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D274 is #0E2D8B. Grayscale: #D0D0D0. Windows color (decimal): -929164 or 7656177. OLE color: 7656177.

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

Color convert

RGB 241 210 116 -
CMYK 0 0.13 0.52 0.05
HSL 45.12º 0.82% 0.7% -
HSV(B) 45.12º 0.52% 0.95% -
XYZ 62.47 66.05 25.98 -
YUV 208.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 241 210 116 0 0.13 0.52 0.05 45.12 0.82 0.7
Hex F1 D2 74 0 D 34 5 2D 52 46
Octal 361 322 164 0 15 64 5 55 122 106
Binary 11110001 11010010 1110100 0 1101 110100 101 101101 1010010 1000110

Color Harmonies of #F1D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D274

Black with #F1D274

Text Example


Text Example

White with #F1D274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D274; }

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

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

background-color css

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

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

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

border-color css

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

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

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