Html Css Color HEX #F1D075 Golden Sand

📋 copy color: '#F1D075'

red 241 ◦ green 208 ◦ blue 117

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

Shades of Golden Sand #F1D075

Tints of Golden Sand #F1D075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.75%

 BLUE value IS 117 (46.09% from 255) = 20.67%

R = 42.58%
G = 36.75%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1D075 (or 0xF1D075) is known color: Golden Sand. HEX triplet: F1, D0 and 75. RGB value is (241,208,117). Sum of RGB (Red+Green+Blue) = 241+208+117=566 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.58% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D075 is #0E2F8A. Grayscale: #CFCFCF. Windows color (decimal): -929675 or 7721201. OLE color: 7721201.

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

Color convert

RGB 241 208 117 -
CMYK 0 0.14 0.51 0.05
HSL 44.03º 0.82% 0.7% -
HSV(B) 44.03º 0.51% 0.95% -
XYZ 62.04 65.1 26.12 -
YUV 207.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 241 208 117 0 0.14 0.51 0.05 44.03 0.82 0.7
Hex F1 D0 75 0 E 33 5 2C 52 46
Octal 361 320 165 0 16 63 5 54 122 106
Binary 11110001 11010000 1110101 0 1110 110011 101 101100 1010010 1000110

Color Harmonies of #F1D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D075

Black with #F1D075

Text Example


Text Example

White with #F1D075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D075; }

 p { color: rgb(241,208,117); }

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

background-color css

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

 a { background-color: rgb(241,208,117); }

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

border-color css

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

 span { border-color: rgb(241,208,117); }

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