Html Css Color HEX #F2D96A Golden Sand

📋 copy color: '#F2D96A'

red 242 ◦ green 217 ◦ blue 106

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

Shades of Golden Sand #F2D96A

Tints of Golden Sand #F2D96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 18.76%

R = 42.83%
G = 38.41%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2D96A (or 0xF2D96A) is known color: Golden Sand. HEX triplet: F2, D9 and 6A. RGB value is (242,217,106). Sum of RGB (Red+Green+Blue) = 242+217+106=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D96A is #0D2695. Grayscale: #D4D4D4. Windows color (decimal): -861846 or 7002610. OLE color: 7002610.

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

Color convert

RGB 242 217 106 -
CMYK 0 0.10 0.56 0.05
HSL 48.97º 0.84% 0.68% -
HSV(B) 48.97º 0.56% 0.95% -
XYZ 64.03 69.54 23.68 -
YUV 211.82 68.28 149.53 -
System Red Green Blue C M Y K H S L
Decimal 242 217 106 0 0.10 0.56 0.05 48.97 0.84 0.68
Hex F2 D9 6A 0 A 38 5 31 54 44
Octal 362 331 152 0 12 70 5 61 124 104
Binary 11110010 11011001 1101010 0 1010 111000 101 110001 1010100 1000100

Color Harmonies of #F2D96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D96A

Black with #F2D96A

Text Example


Text Example

White with #F2D96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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