Html Css Color HEX #F0B963 Harvest Gold

📋 copy color: '#F0B963'

red 240 ◦ green 185 ◦ blue 99

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

Shades of Harvest Gold #F0B963

Tints of Harvest Gold #F0B963

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.31%

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

R = 45.8%
G = 35.31%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0B963 (or 0xF0B963) is known color: Harvest Gold. HEX triplet: F0, B9 and 63. RGB value is (240,185,99). Sum of RGB (Red+Green+Blue) = 240+185+99=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B963 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B963 is #0F469C. Grayscale: #C0C0C0. Windows color (decimal): -1001117 or 6535664. OLE color: 6535664.

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

Color convert

RGB 240 185 99 -
CMYK 0 0.23 0.59 0.06
HSL 36.6º 0.82% 0.66% -
HSV(B) 36.6º 0.59% 0.94% -
XYZ 55.54 54.12 19.32 -
YUV 191.64 75.72 162.49 -
System Red Green Blue C M Y K H S L
Decimal 240 185 99 0 0.23 0.59 0.06 36.6 0.82 0.66
Hex F0 B9 63 0 17 3B 6 25 52 42
Octal 360 271 143 0 27 73 6 45 122 102
Binary 11110000 10111001 1100011 0 10111 111011 110 100101 1010010 1000010

Color Harmonies of #F0B963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B963

Black with #F0B963

Text Example


Text Example

White with #F0B963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B963; }

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

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

background-color css

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

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

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

border-color css

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

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

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