Html Css Color HEX #F0D672 Golden Sand

📋 copy color: '#F0D672'

red 240 ◦ green 214 ◦ blue 114

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

Shades of Golden Sand #F0D672

Tints of Golden Sand #F0D672

RGB

 RED value IS 240 (94.14% from 255) = 42.25%

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

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

R = 42.25%
G = 37.68%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0D672 (or 0xF0D672) is known color: Golden Sand. HEX triplet: F0, D6 and 72. RGB value is (240,214,114). Sum of RGB (Red+Green+Blue) = 240+214+114=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 214 (83.98% from 255 or 37.68% from 568); Blue value is 114 (44.92% from 255 or 20.07% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D672 is #0F298D. Grayscale: #D2D2D2. Windows color (decimal): -993678 or 7526128. OLE color: 7526128.

HSL color Cylindrical-coordinate representation of color #F0D672: hue angle of 47.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0D672 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 214 114 -
CMYK 0 0.11 0.52 0.06
HSL 47.62º 0.81% 0.69% -
HSV(B) 47.62º 0.53% 0.94% -
XYZ 63.02 67.83 25.69 -
YUV 210.37 73.61 149.13 -
System Red Green Blue C M Y K H S L
Decimal 240 214 114 0 0.11 0.52 0.06 47.62 0.81 0.69
Hex F0 D6 72 0 B 34 6 30 51 45
Octal 360 326 162 0 13 64 6 60 121 105
Binary 11110000 11010110 1110010 0 1011 110100 110 110000 1010001 1000101

Color Harmonies of #F0D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D672

Black with #F0D672

Text Example


Text Example

White with #F0D672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D672; }

 p { color: rgb(240,214,114); }

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

background-color css

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

 a { background-color: rgb(240,214,114); }

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

border-color css

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

 span { border-color: rgb(240,214,114); }

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