Html Css Color HEX #F0CE74 Golden Sand

📋 copy color: '#F0CE74'

red 240 ◦ green 206 ◦ blue 116

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

Shades of Golden Sand #F0CE74

Tints of Golden Sand #F0CE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.64%

R = 42.7%
G = 36.65%
B = 20.64%

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

#F0CE74 (or 0xF0CE74) is known color: Golden Sand. HEX triplet: F0, CE and 74. RGB value is (240,206,116). Sum of RGB (Red+Green+Blue) = 240+206+116=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 116 (45.70% from 255 or 20.64% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE74 is #0F318B. Grayscale: #CECECE. Windows color (decimal): -995724 or 7655152. OLE color: 7655152.

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

Color convert

RGB 240 206 116 -
CMYK 0 0.14 0.52 0.06
HSL 43.55º 0.81% 0.7% -
HSV(B) 43.55º 0.52% 0.94% -
XYZ 61.16 63.93 25.64 -
YUV 205.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 240 206 116 0 0.14 0.52 0.06 43.55 0.81 0.7
Hex F0 CE 74 0 E 34 6 2C 51 46
Octal 360 316 164 0 16 64 6 54 121 106
Binary 11110000 11001110 1110100 0 1110 110100 110 101100 1010001 1000110

Color Harmonies of #F0CE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE74

Black with #F0CE74

Text Example


Text Example

White with #F0CE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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