Html Css Color HEX #F2D864 Golden Sand

📋 copy color: '#F2D864'

red 242 ◦ green 216 ◦ blue 100

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

Shades of Golden Sand #F2D864

Tints of Golden Sand #F2D864

RGB

 RED value IS 242 (94.92% from 255) = 43.37%

 GREEN value IS 216 (84.77% from 255) = 38.71%

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

R = 43.37%
G = 38.71%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F2D864 (or 0xF2D864) is known color: Golden Sand. HEX triplet: F2, D8 and 64. RGB value is (242,216,100). Sum of RGB (Red+Green+Blue) = 242+216+100=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 100 (39.45% from 255 or 17.92% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D864 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D864 is #0D279B. Grayscale: #D3D3D3. Windows color (decimal): -862108 or 6609138. OLE color: 6609138.

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

Color convert

RGB 242 216 100 -
CMYK 0 0.11 0.59 0.05
HSL 49.01º 0.85% 0.67% -
HSV(B) 49.01º 0.59% 0.95% -
XYZ 63.47 68.91 22.01 -
YUV 210.55 65.61 150.43 -
System Red Green Blue C M Y K H S L
Decimal 242 216 100 0 0.11 0.59 0.05 49.01 0.85 0.67
Hex F2 D8 64 0 B 3B 5 31 55 43
Octal 362 330 144 0 13 73 5 61 125 103
Binary 11110010 11011000 1100100 0 1011 111011 101 110001 1010101 1000011

Color Harmonies of #F2D864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D864

Black with #F2D864

Text Example


Text Example

White with #F2D864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D864; }

 p { color: rgb(242,216,100); }

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

background-color css

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

 a { background-color: rgb(242,216,100); }

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

border-color css

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

 span { border-color: rgb(242,216,100); }

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