Html Css Color HEX #F2D968 Golden Sand

📋 copy color: '#F2D968'

red 242 ◦ green 217 ◦ blue 104

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

Shades of Golden Sand #F2D968

Tints of Golden Sand #F2D968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.54%

 BLUE value IS 104 (41.02% from 255) = 18.47%

R = 42.98%
G = 38.54%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F2D968 (or 0xF2D968) is known color: Golden Sand. HEX triplet: F2, D9 and 68. RGB value is (242,217,104). Sum of RGB (Red+Green+Blue) = 242+217+104=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D968 is #0D2697. Grayscale: #D4D4D4. Windows color (decimal): -861848 or 6871538. OLE color: 6871538.

HSL color Cylindrical-coordinate representation of color #F2D968: hue angle of 49.13º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2D968 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 217 104 -
CMYK 0 0.10 0.57 0.05
HSL 49.13º 0.84% 0.68% -
HSV(B) 49.13º 0.57% 0.95% -
XYZ 63.93 69.5 23.14 -
YUV 211.59 67.28 149.69 -
System Red Green Blue C M Y K H S L
Decimal 242 217 104 0 0.10 0.57 0.05 49.13 0.84 0.68
Hex F2 D9 68 0 A 39 5 31 54 44
Octal 362 331 150 0 12 71 5 61 124 104
Binary 11110010 11011001 1101000 0 1010 111001 101 110001 1010100 1000100

Color Harmonies of #F2D968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D968

Black with #F2D968

Text Example


Text Example

White with #F2D968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D968; }

 p { color: rgb(242,217,104); }

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

background-color css

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

 a { background-color: rgb(242,217,104); }

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

border-color css

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

 span { border-color: rgb(242,217,104); }

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