Html Css Color HEX #F0CE70 Golden Sand

📋 copy color: '#F0CE70'

red 240 ◦ green 206 ◦ blue 112

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

Shades of Golden Sand #F0CE70

Tints of Golden Sand #F0CE70

RGB

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

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

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

R = 43.01%
G = 36.92%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#F0CE70 (or 0xF0CE70) is known color: Golden Sand. HEX triplet: F0, CE and 70. RGB value is (240,206,112). Sum of RGB (Red+Green+Blue) = 240+206+112=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CE70 is #0F318F. Grayscale: #CDCDCD. Windows color (decimal): -995728 or 7393008. OLE color: 7393008.

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

Color convert

RGB 240 206 112 -
CMYK 0 0.14 0.53 0.06
HSL 44.06º 0.81% 0.69% -
HSV(B) 44.06º 0.53% 0.94% -
XYZ 60.93 63.84 24.44 -
YUV 205.45 75.26 152.64 -
System Red Green Blue C M Y K H S L
Decimal 240 206 112 0 0.14 0.53 0.06 44.06 0.81 0.69
Hex F0 CE 70 0 E 35 6 2C 51 45
Octal 360 316 160 0 16 65 6 54 121 105
Binary 11110000 11001110 1110000 0 1110 110101 110 101100 1010001 1000101

Color Harmonies of #F0CE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE70

Black with #F0CE70

Text Example


Text Example

White with #F0CE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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