Html Css Color HEX #F0D86B Golden Sand

📋 copy color: '#F0D86B'

red 240 ◦ green 216 ◦ blue 107

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

Shades of Golden Sand #F0D86B

Tints of Golden Sand #F0D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.37%

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

R = 42.63%
G = 38.37%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0D86B (or 0xF0D86B) is known color: Golden Sand. HEX triplet: F0, D8 and 6B. RGB value is (240,216,107). Sum of RGB (Red+Green+Blue) = 240+216+107=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 107 (42.19% from 255 or 19.01% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D86B is #0F2794. Grayscale: #D3D3D3. Windows color (decimal): -993173 or 7067888. OLE color: 7067888.

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

Color convert

RGB 240 216 107 -
CMYK 0 0.1 0.55 0.06
HSL 49.17º 0.82% 0.68% -
HSV(B) 49.17º 0.55% 0.94% -
XYZ 63.14 68.7 23.84 -
YUV 210.75 69.45 148.86 -
System Red Green Blue C M Y K H S L
Decimal 240 216 107 0 0.1 0.55 0.06 49.17 0.82 0.68
Hex F0 D8 6B 0 A 37 6 31 52 44
Octal 360 330 153 0 12 67 6 61 122 104
Binary 11110000 11011000 1101011 0 1010 110111 110 110001 1010010 1000100

Color Harmonies of #F0D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D86B

Black with #F0D86B

Text Example


Text Example

White with #F0D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D86B; }

 p { color: rgb(240,216,107); }

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

background-color css

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

 a { background-color: rgb(240,216,107); }

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

border-color css

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

 span { border-color: rgb(240,216,107); }

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