Html Css Color HEX #F0CD70 Golden Sand

📋 copy color: '#F0CD70'

red 240 ◦ green 205 ◦ blue 112

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

Shades of Golden Sand #F0CD70

Tints of Golden Sand #F0CD70

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.8%

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

R = 43.09%
G = 36.8%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0CD70 (or 0xF0CD70) is known color: Golden Sand. HEX triplet: F0, CD and 70. RGB value is (240,205,112). Sum of RGB (Red+Green+Blue) = 240+205+112=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CD70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CD70 is #0F328F. Grayscale: #CDCDCD. Windows color (decimal): -995984 or 7392752. OLE color: 7392752.

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

Color convert

RGB 240 205 112 -
CMYK 0 0.15 0.53 0.06
HSL 43.59º 0.81% 0.69% -
HSV(B) 43.59º 0.53% 0.94% -
XYZ 60.69 63.36 24.36 -
YUV 204.86 75.6 153.06 -
System Red Green Blue C M Y K H S L
Decimal 240 205 112 0 0.15 0.53 0.06 43.59 0.81 0.69
Hex F0 CD 70 0 F 35 6 2C 51 45
Octal 360 315 160 0 17 65 6 54 121 105
Binary 11110000 11001101 1110000 0 1111 110101 110 101100 1010001 1000101

Color Harmonies of #F0CD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CD70

Black with #F0CD70

Text Example


Text Example

White with #F0CD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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