Html Css Color HEX #F1D764 Golden Sand

📋 copy color: '#F1D764'

red 241 ◦ green 215 ◦ blue 100

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

Shades of Golden Sand #F1D764

Tints of Golden Sand #F1D764

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.67%

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

R = 43.35%
G = 38.67%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1D764 (or 0xF1D764) is known color: Golden Sand. HEX triplet: F1, D7 and 64. RGB value is (241,215,100). Sum of RGB (Red+Green+Blue) = 241+215+100=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 100 (39.45% from 255 or 17.99% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D764 is #0E289B. Grayscale: #D2D2D2. Windows color (decimal): -927900 or 6608881. OLE color: 6608881.

HSL color Cylindrical-coordinate representation of color #F1D764: hue angle of 48.94º 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 #F1D764 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 100 -
CMYK 0 0.11 0.59 0.05
HSL 48.94º 0.83% 0.67% -
HSV(B) 48.94º 0.59% 0.95% -
XYZ 62.88 68.22 21.91 -
YUV 209.66 66.11 150.35 -
System Red Green Blue C M Y K H S L
Decimal 241 215 100 0 0.11 0.59 0.05 48.94 0.83 0.67
Hex F1 D7 64 0 B 3B 5 31 53 43
Octal 361 327 144 0 13 73 5 61 123 103
Binary 11110001 11010111 1100100 0 1011 111011 101 110001 1010011 1000011

Color Harmonies of #F1D764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D764

Black with #F1D764

Text Example


Text Example

White with #F1D764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D764; }

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

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

background-color css

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

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

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

border-color css

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

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

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