Html Css Color HEX #F2D072 Golden Sand

📋 copy color: '#F2D072'

red 242 ◦ green 208 ◦ blue 114

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

Shades of Golden Sand #F2D072

Tints of Golden Sand #F2D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.88%

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 42.91%
G = 36.88%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F2D072 (or 0xF2D072) is known color: Golden Sand. HEX triplet: F2, D0 and 72. RGB value is (242,208,114). Sum of RGB (Red+Green+Blue) = 242+208+114=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D072 is #0D2F8D. Grayscale: #CFCFCF. Windows color (decimal): -864142 or 7524594. OLE color: 7524594.

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

Color convert

RGB 242 208 114 -
CMYK 0 0.14 0.53 0.05
HSL 44.06º 0.83% 0.7% -
HSV(B) 44.06º 0.53% 0.95% -
XYZ 62.21 65.2 25.23 -
YUV 207.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 242 208 114 0 0.14 0.53 0.05 44.06 0.83 0.7
Hex F2 D0 72 0 E 35 5 2C 53 46
Octal 362 320 162 0 16 65 5 54 123 106
Binary 11110010 11010000 1110010 0 1110 110101 101 101100 1010011 1000110

Color Harmonies of #F2D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D072

Black with #F2D072

Text Example


Text Example

White with #F2D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D072; }

 p { color: rgb(242,208,114); }

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

background-color css

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

 a { background-color: rgb(242,208,114); }

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

border-color css

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

 span { border-color: rgb(242,208,114); }

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