Html Css Color HEX #F0D26C Golden Sand

📋 copy color: '#F0D26C'

red 240 ◦ green 210 ◦ blue 108

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

Shades of Golden Sand #F0D26C

Tints of Golden Sand #F0D26C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

 BLUE value IS 108 (42.58% from 255) = 19.35%

R = 43.01%
G = 37.63%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0D26C (or 0xF0D26C) is known color: Golden Sand. HEX triplet: F0, D2 and 6C. RGB value is (240,210,108). Sum of RGB (Red+Green+Blue) = 240+210+108=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 108 (42.58% from 255 or 19.35% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D26C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D26C is #0F2D93. Grayscale: #CFCFCF. Windows color (decimal): -994708 or 7131888. OLE color: 7131888.

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

Color convert

RGB 240 210 108 -
CMYK 0 0.12 0.55 0.06
HSL 46.36º 0.81% 0.68% -
HSV(B) 46.36º 0.55% 0.94% -
XYZ 61.69 65.7 23.62 -
YUV 207.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 240 210 108 0 0.12 0.55 0.06 46.36 0.81 0.68
Hex F0 D2 6C 0 C 37 6 2E 51 44
Octal 360 322 154 0 14 67 6 56 121 104
Binary 11110000 11010010 1101100 0 1100 110111 110 101110 1010001 1000100

Color Harmonies of #F0D26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D26C

Black with #F0D26C

Text Example


Text Example

White with #F0D26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D26C; }

 p { color: rgb(240,210,108); }

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

background-color css

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

 a { background-color: rgb(240,210,108); }

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

border-color css

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

 span { border-color: rgb(240,210,108); }

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