Html Css Color HEX #F0C56A Golden Sand

📋 copy color: '#F0C56A'

red 240 ◦ green 197 ◦ blue 106

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

Shades of Golden Sand #F0C56A

Tints of Golden Sand #F0C56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.28%

 BLUE value IS 106 (41.8% from 255) = 19.52%

R = 44.2%
G = 36.28%
B = 19.52%

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

#F0C56A (or 0xF0C56A) is known color: Golden Sand. HEX triplet: F0, C5 and 6A. RGB value is (240,197,106). Sum of RGB (Red+Green+Blue) = 240+197+106=543 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.20% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C56A is #0F3A95. Grayscale: #C7C7C7. Windows color (decimal): -998038 or 6997488. OLE color: 6997488.

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

Color convert

RGB 240 197 106 -
CMYK 0 0.18 0.56 0.06
HSL 40.75º 0.82% 0.68% -
HSV(B) 40.75º 0.56% 0.94% -
XYZ 58.5 59.5 22.04 -
YUV 199.48 75.25 156.9 -
System Red Green Blue C M Y K H S L
Decimal 240 197 106 0 0.18 0.56 0.06 40.75 0.82 0.68
Hex F0 C5 6A 0 12 38 6 29 52 44
Octal 360 305 152 0 22 70 6 51 122 104
Binary 11110000 11000101 1101010 0 10010 111000 110 101001 1010010 1000100

Color Harmonies of #F0C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C56A

Black with #F0C56A

Text Example


Text Example

White with #F0C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C56A; }

 p { color: rgb(240,197,106); }

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

background-color css

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

 a { background-color: rgb(240,197,106); }

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

border-color css

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

 span { border-color: rgb(240,197,106); }

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