Html Css Color HEX #F1DA64 Golden Sand

📋 copy color: '#F1DA64'

red 241 ◦ green 218 ◦ blue 100

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

Shades of Golden Sand #F1DA64

Tints of Golden Sand #F1DA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39%

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

R = 43.11%
G = 39%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F1DA64 (or 0xF1DA64) is known color: Golden Sand. HEX triplet: F1, DA and 64. RGB value is (241,218,100). Sum of RGB (Red+Green+Blue) = 241+218+100=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 100 (39.45% from 255 or 17.89% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DA64 is #0E259B. Grayscale: #D3D3D3. Windows color (decimal): -927132 or 6609649. OLE color: 6609649.

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

Color convert

RGB 241 218 100 -
CMYK 0 0.10 0.59 0.05
HSL 50.21º 0.83% 0.67% -
HSV(B) 50.21º 0.59% 0.95% -
XYZ 63.65 69.76 22.17 -
YUV 211.43 65.12 149.09 -
System Red Green Blue C M Y K H S L
Decimal 241 218 100 0 0.10 0.59 0.05 50.21 0.83 0.67
Hex F1 DA 64 0 A 3B 5 32 53 43
Octal 361 332 144 0 12 73 5 62 123 103
Binary 11110001 11011010 1100100 0 1010 111011 101 110010 1010011 1000011

Color Harmonies of #F1DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA64

Black with #F1DA64

Text Example


Text Example

White with #F1DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA64; }

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

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

background-color css

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

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

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

border-color css

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

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

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