Html Css Color HEX #F2D46F Golden Sand

📋 copy color: '#F2D46F'

red 242 ◦ green 212 ◦ blue 111

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

Shades of Golden Sand #F2D46F

Tints of Golden Sand #F2D46F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 42.83%
G = 37.52%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F2D46F (or 0xF2D46F) is known color: Golden Sand. HEX triplet: F2, D4 and 6F. RGB value is (242,212,111). Sum of RGB (Red+Green+Blue) = 242+212+111=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 212 (83.20% from 255 or 37.52% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D46F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D46F is #0D2B90. Grayscale: #D1D1D1. Windows color (decimal): -863121 or 7329010. OLE color: 7329010.

HSL color Cylindrical-coordinate representation of color #F2D46F: hue angle of 46.26º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2D46F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 212 111 -
CMYK 0 0.12 0.54 0.05
HSL 46.26º 0.83% 0.69% -
HSV(B) 46.26º 0.54% 0.95% -
XYZ 63.03 67.11 24.67 -
YUV 209.46 72.44 151.21 -
System Red Green Blue C M Y K H S L
Decimal 242 212 111 0 0.12 0.54 0.05 46.26 0.83 0.69
Hex F2 D4 6F 0 C 36 5 2E 53 45
Octal 362 324 157 0 14 66 5 56 123 105
Binary 11110010 11010100 1101111 0 1100 110110 101 101110 1010011 1000101

Color Harmonies of #F2D46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D46F

Black with #F2D46F

Text Example


Text Example

White with #F2D46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D46F; }

 p { color: rgb(242,212,111); }

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

background-color css

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

 a { background-color: rgb(242,212,111); }

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

border-color css

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

 span { border-color: rgb(242,212,111); }

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