Html Css Color HEX #F1D263 Golden Sand

📋 copy color: '#F1D263'

red 241 ◦ green 210 ◦ blue 99

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

Shades of Golden Sand #F1D263

Tints of Golden Sand #F1D263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18%

R = 43.82%
G = 38.18%
B = 18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1D263 (or 0xF1D263) is known color: Golden Sand. HEX triplet: F1, D2 and 63. RGB value is (241,210,99). Sum of RGB (Red+Green+Blue) = 241+210+99=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D263 is #0E2D9C. Grayscale: #CFCFCF. Windows color (decimal): -929181 or 6542065. OLE color: 6542065.

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

Color convert

RGB 241 210 99 -
CMYK 0 0.13 0.59 0.05
HSL 46.9º 0.84% 0.67% -
HSV(B) 46.9º 0.59% 0.95% -
XYZ 61.57 65.69 21.24 -
YUV 206.62 67.27 152.53 -
System Red Green Blue C M Y K H S L
Decimal 241 210 99 0 0.13 0.59 0.05 46.9 0.84 0.67
Hex F1 D2 63 0 D 3B 5 2F 54 43
Octal 361 322 143 0 15 73 5 57 124 103
Binary 11110001 11010010 1100011 0 1101 111011 101 101111 1010100 1000011

Color Harmonies of #F1D263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D263

Black with #F1D263

Text Example


Text Example

White with #F1D263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D263; }

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

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

background-color css

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

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

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

border-color css

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

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

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