Html Css Color HEX #F0CE73 Golden Sand

📋 copy color: '#F0CE73'

red 240 ◦ green 206 ◦ blue 115

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

Shades of Golden Sand #F0CE73

Tints of Golden Sand #F0CE73

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.72%

 BLUE value IS 115 (45.31% from 255) = 20.5%

R = 42.78%
G = 36.72%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0CE73 (or 0xF0CE73) is known color: Golden Sand. HEX triplet: F0, CE and 73. RGB value is (240,206,115). Sum of RGB (Red+Green+Blue) = 240+206+115=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 115 (45.31% from 255 or 20.50% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE73 is #0F318C. Grayscale: #CECECE. Windows color (decimal): -995725 or 7589616. OLE color: 7589616.

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

Color convert

RGB 240 206 115 -
CMYK 0 0.14 0.52 0.06
HSL 43.68º 0.81% 0.7% -
HSV(B) 43.68º 0.52% 0.94% -
XYZ 61.1 63.91 25.33 -
YUV 205.79 76.76 152.4 -
System Red Green Blue C M Y K H S L
Decimal 240 206 115 0 0.14 0.52 0.06 43.68 0.81 0.7
Hex F0 CE 73 0 E 34 6 2C 51 46
Octal 360 316 163 0 16 64 6 54 121 106
Binary 11110000 11001110 1110011 0 1110 110100 110 101100 1010001 1000110

Color Harmonies of #F0CE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE73

Black with #F0CE73

Text Example


Text Example

White with #F0CE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE73; }

 p { color: rgb(240,206,115); }

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

background-color css

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

 a { background-color: rgb(240,206,115); }

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

border-color css

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

 span { border-color: rgb(240,206,115); }

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