Html Css Color HEX #F1D473 Golden Sand

📋 copy color: '#F1D473'

red 241 ◦ green 212 ◦ blue 115

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

Shades of Golden Sand #F1D473

Tints of Golden Sand #F1D473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.32%

 BLUE value IS 115 (45.31% from 255) = 20.25%

R = 42.43%
G = 37.32%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F1D473 (or 0xF1D473) is known color: Golden Sand. HEX triplet: F1, D4 and 73. RGB value is (241,212,115). Sum of RGB (Red+Green+Blue) = 241+212+115=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 212 (83.20% from 255 or 37.32% from 568); Blue value is 115 (45.31% from 255 or 20.25% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D473 is #0E2B8C. Grayscale: #D2D2D2. Windows color (decimal): -928653 or 7591153. OLE color: 7591153.

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

Color convert

RGB 241 212 115 -
CMYK 0 0.12 0.52 0.05
HSL 46.19º 0.82% 0.7% -
HSV(B) 46.19º 0.52% 0.95% -
XYZ 62.91 67.03 25.84 -
YUV 209.61 74.61 150.39 -
System Red Green Blue C M Y K H S L
Decimal 241 212 115 0 0.12 0.52 0.05 46.19 0.82 0.7
Hex F1 D4 73 0 C 34 5 2E 52 46
Octal 361 324 163 0 14 64 5 56 122 106
Binary 11110001 11010100 1110011 0 1100 110100 101 101110 1010010 1000110

Color Harmonies of #F1D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D473

Black with #F1D473

Text Example


Text Example

White with #F1D473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D473; }

 p { color: rgb(241,212,115); }

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

background-color css

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

 a { background-color: rgb(241,212,115); }

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

border-color css

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

 span { border-color: rgb(241,212,115); }

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