Html Css Color HEX #F0C469 Golden Sand

📋 copy color: '#F0C469'

red 240 ◦ green 196 ◦ blue 105

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

Shades of Golden Sand #F0C469

Tints of Golden Sand #F0C469

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.23%

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

R = 44.36%
G = 36.23%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0C469 (or 0xF0C469) is known color: Golden Sand. HEX triplet: F0, C4 and 69. RGB value is (240,196,105). Sum of RGB (Red+Green+Blue) = 240+196+105=541 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.36% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C469 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C469 is #0F3B96. Grayscale: #C7C7C7. Windows color (decimal): -998295 or 6931696. OLE color: 6931696.

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

Color convert

RGB 240 196 105 -
CMYK 0 0.18 0.56 0.06
HSL 40.44º 0.82% 0.68% -
HSV(B) 40.44º 0.56% 0.94% -
XYZ 58.22 59.03 21.69 -
YUV 198.78 75.08 157.4 -
System Red Green Blue C M Y K H S L
Decimal 240 196 105 0 0.18 0.56 0.06 40.44 0.82 0.68
Hex F0 C4 69 0 12 38 6 28 52 44
Octal 360 304 151 0 22 70 6 50 122 104
Binary 11110000 11000100 1101001 0 10010 111000 110 101000 1010010 1000100

Color Harmonies of #F0C469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C469

Black with #F0C469

Text Example


Text Example

White with #F0C469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C469; }

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

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

background-color css

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

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

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

border-color css

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

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

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