Html Css Color HEX #F1D463 Golden Sand

📋 copy color: '#F1D463'

red 241 ◦ green 212 ◦ blue 99

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

Shades of Golden Sand #F1D463

Tints of Golden Sand #F1D463

RGB

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

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

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

R = 43.66%
G = 38.41%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1D463 (or 0xF1D463) is known color: Golden Sand. HEX triplet: F1, D4 and 63. RGB value is (241,212,99). Sum of RGB (Red+Green+Blue) = 241+212+99=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D463 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D463 is #0E2B9C. Grayscale: #D0D0D0. Windows color (decimal): -928669 or 6542577. OLE color: 6542577.

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

Color convert

RGB 241 212 99 -
CMYK 0 0.12 0.59 0.05
HSL 47.75º 0.84% 0.67% -
HSV(B) 47.75º 0.59% 0.95% -
XYZ 62.07 66.69 21.41 -
YUV 207.79 66.61 151.69 -
System Red Green Blue C M Y K H S L
Decimal 241 212 99 0 0.12 0.59 0.05 47.75 0.84 0.67
Hex F1 D4 63 0 C 3B 5 30 54 43
Octal 361 324 143 0 14 73 5 60 124 103
Binary 11110001 11010100 1100011 0 1100 111011 101 110000 1010100 1000011

Color Harmonies of #F1D463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D463

Black with #F1D463

Text Example


Text Example

White with #F1D463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D463; }

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

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

background-color css

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

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

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

border-color css

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

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

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