Html Css Color HEX #F0D76A Golden Sand

📋 copy color: '#F0D76A'

red 240 ◦ green 215 ◦ blue 106

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

Shades of Golden Sand #F0D76A

Tints of Golden Sand #F0D76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.32%

 BLUE value IS 106 (41.8% from 255) = 18.89%

R = 42.78%
G = 38.32%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0D76A (or 0xF0D76A) is known color: Golden Sand. HEX triplet: F0, D7 and 6A. RGB value is (240,215,106). Sum of RGB (Red+Green+Blue) = 240+215+106=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D76A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D76A is #0F2895. Grayscale: #D2D2D2. Windows color (decimal): -993430 or 7002096. OLE color: 7002096.

HSL color Cylindrical-coordinate representation of color #F0D76A: hue angle of 48.81º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0D76A is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 106 -
CMYK 0 0.10 0.56 0.06
HSL 48.81º 0.82% 0.68% -
HSV(B) 48.81º 0.56% 0.94% -
XYZ 62.84 68.17 23.48 -
YUV 210.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 240 215 106 0 0.10 0.56 0.06 48.81 0.82 0.68
Hex F0 D7 6A 0 A 38 6 31 52 44
Octal 360 327 152 0 12 70 6 61 122 104
Binary 11110000 11010111 1101010 0 1010 111000 110 110001 1010010 1000100

Color Harmonies of #F0D76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D76A

Black with #F0D76A

Text Example


Text Example

White with #F0D76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D76A; }

 p { color: rgb(240,215,106); }

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

background-color css

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

 a { background-color: rgb(240,215,106); }

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

border-color css

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

 span { border-color: rgb(240,215,106); }

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