Html Css Color HEX #F0D570 Golden Sand

📋 copy color: '#F0D570'

red 240 ◦ green 213 ◦ blue 112

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

Shades of Golden Sand #F0D570

Tints of Golden Sand #F0D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.7%

 BLUE value IS 112 (44.14% from 255) = 19.82%

R = 42.48%
G = 37.7%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0D570 (or 0xF0D570) is known color: Golden Sand. HEX triplet: F0, D5 and 70. RGB value is (240,213,112). Sum of RGB (Red+Green+Blue) = 240+213+112=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D570 is #0F2A8F. Grayscale: #D1D1D1. Windows color (decimal): -993936 or 7394800. OLE color: 7394800.

HSL color Cylindrical-coordinate representation of color #F0D570: hue angle of 47.34º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0D570 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 213 112 -
CMYK 0 0.11 0.53 0.06
HSL 47.34º 0.81% 0.69% -
HSV(B) 47.34º 0.53% 0.94% -
XYZ 62.65 67.28 25.01 -
YUV 209.56 72.95 149.71 -
System Red Green Blue C M Y K H S L
Decimal 240 213 112 0 0.11 0.53 0.06 47.34 0.81 0.69
Hex F0 D5 70 0 B 35 6 2F 51 45
Octal 360 325 160 0 13 65 6 57 121 105
Binary 11110000 11010101 1110000 0 1011 110101 110 101111 1010001 1000101

Color Harmonies of #F0D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D570

Black with #F0D570

Text Example


Text Example

White with #F0D570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D570; }

 p { color: rgb(240,213,112); }

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

background-color css

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

 a { background-color: rgb(240,213,112); }

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

border-color css

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

 span { border-color: rgb(240,213,112); }

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