Html Css Color HEX #F2D66B Golden Sand

📋 copy color: '#F2D66B'

red 242 ◦ green 214 ◦ blue 107

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

Shades of Golden Sand #F2D66B

Tints of Golden Sand #F2D66B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

 BLUE value IS 107 (42.19% from 255) = 19.01%

R = 42.98%
G = 38.01%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2D66B (or 0xF2D66B) is known color: Golden Sand. HEX triplet: F2, D6 and 6B. RGB value is (242,214,107). Sum of RGB (Red+Green+Blue) = 242+214+107=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D66B is #0D2994. Grayscale: #D2D2D2. Windows color (decimal): -862613 or 7067378. OLE color: 7067378.

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

Color convert

RGB 242 214 107 -
CMYK 0 0.12 0.56 0.05
HSL 47.56º 0.84% 0.68% -
HSV(B) 47.56º 0.56% 0.95% -
XYZ 63.32 68.03 23.7 -
YUV 210.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 242 214 107 0 0.12 0.56 0.05 47.56 0.84 0.68
Hex F2 D6 6B 0 C 38 5 30 54 44
Octal 362 326 153 0 14 70 5 60 124 104
Binary 11110010 11010110 1101011 0 1100 111000 101 110000 1010100 1000100

Color Harmonies of #F2D66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D66B

Black with #F2D66B

Text Example


Text Example

White with #F2D66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D66B; }

 p { color: rgb(242,214,107); }

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

background-color css

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

 a { background-color: rgb(242,214,107); }

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

border-color css

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

 span { border-color: rgb(242,214,107); }

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