Html Css Color HEX #F2D074 Golden Sand

📋 copy color: '#F2D074'

red 242 ◦ green 208 ◦ blue 116

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

Shades of Golden Sand #F2D074

Tints of Golden Sand #F2D074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 42.76%
G = 36.75%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2D074 (or 0xF2D074) is known color: Golden Sand. HEX triplet: F2, D0 and 74. RGB value is (242,208,116). Sum of RGB (Red+Green+Blue) = 242+208+116=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D074 is #0D2F8B. Grayscale: #D0D0D0. Windows color (decimal): -864140 or 7655666. OLE color: 7655666.

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

Color convert

RGB 242 208 116 -
CMYK 0 0.14 0.52 0.05
HSL 43.81º 0.83% 0.7% -
HSV(B) 43.81º 0.52% 0.95% -
XYZ 62.33 65.25 25.83 -
YUV 207.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 242 208 116 0 0.14 0.52 0.05 43.81 0.83 0.7
Hex F2 D0 74 0 E 34 5 2C 53 46
Octal 362 320 164 0 16 64 5 54 123 106
Binary 11110010 11010000 1110100 0 1110 110100 101 101100 1010011 1000110

Color Harmonies of #F2D074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D074

Black with #F2D074

Text Example


Text Example

White with #F2D074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D074; }

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

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

background-color css

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

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

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

border-color css

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

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

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