Html Css Color HEX #F0D369 Golden Sand

📋 copy color: '#F0D369'

red 240 ◦ green 211 ◦ blue 105

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

Shades of Golden Sand #F0D369

Tints of Golden Sand #F0D369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.95%

 BLUE value IS 105 (41.41% from 255) = 18.88%

R = 43.17%
G = 37.95%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0D369 (or 0xF0D369) is known color: Golden Sand. HEX triplet: F0, D3 and 69. RGB value is (240,211,105). Sum of RGB (Red+Green+Blue) = 240+211+105=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 105 (41.41% from 255 or 18.88% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D369 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D369 is #0F2C96. Grayscale: #D0D0D0. Windows color (decimal): -994455 or 6935536. OLE color: 6935536.

HSL color Cylindrical-coordinate representation of color #F0D369: hue angle of 47.11º 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 #F0D369 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 211 105 -
CMYK 0 0.12 0.56 0.06
HSL 47.11º 0.82% 0.68% -
HSV(B) 47.11º 0.56% 0.94% -
XYZ 61.78 66.13 22.87 -
YUV 207.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 240 211 105 0 0.12 0.56 0.06 47.11 0.82 0.68
Hex F0 D3 69 0 C 38 6 2F 52 44
Octal 360 323 151 0 14 70 6 57 122 104
Binary 11110000 11010011 1101001 0 1100 111000 110 101111 1010010 1000100

Color Harmonies of #F0D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D369

Black with #F0D369

Text Example


Text Example

White with #F0D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D369; }

 p { color: rgb(240,211,105); }

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

background-color css

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

 a { background-color: rgb(240,211,105); }

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

border-color css

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

 span { border-color: rgb(240,211,105); }

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