Html Css Color HEX #F0C163 Harvest Gold

📋 copy color: '#F0C163'

red 240 ◦ green 193 ◦ blue 99

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

Shades of Harvest Gold #F0C163

Tints of Harvest Gold #F0C163

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.28%

 BLUE value IS 99 (39.06% from 255) = 18.61%

R = 45.11%
G = 36.28%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0C163 (or 0xF0C163) is known color: Harvest Gold. HEX triplet: F0, C1 and 63. RGB value is (240,193,99). Sum of RGB (Red+Green+Blue) = 240+193+99=532 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.11% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 99 (39.06% from 255 or 18.61% from 532); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C163 is #0F3E9C. Grayscale: #C4C4C4. Windows color (decimal): -999069 or 6537712. OLE color: 6537712.

HSL color Cylindrical-coordinate representation of color #F0C163: hue angle of 40º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0C163 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 193 99 -
CMYK 0 0.20 0.59 0.06
HSL 40º 0.82% 0.66% -
HSV(B) 40º 0.59% 0.94% -
XYZ 57.26 57.57 19.9 -
YUV 196.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 240 193 99 0 0.20 0.59 0.06 40 0.82 0.66
Hex F0 C1 63 0 14 3B 6 28 52 42
Octal 360 301 143 0 24 73 6 50 122 102
Binary 11110000 11000001 1100011 0 10100 111011 110 101000 1010010 1000010

Color Harmonies of #F0C163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C163

Black with #F0C163

Text Example


Text Example

White with #F0C163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C163; }

 p { color: rgb(240,193,99); }

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

background-color css

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

 a { background-color: rgb(240,193,99); }

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

border-color css

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

 span { border-color: rgb(240,193,99); }

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