Html Css Color HEX #F0B363 Harvest Gold

📋 copy color: '#F0B363'

red 240 ◦ green 179 ◦ blue 99

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

Shades of Harvest Gold #F0B363

Tints of Harvest Gold #F0B363

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 46.33%
G = 34.56%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0B363 (or 0xF0B363) is known color: Harvest Gold. HEX triplet: F0, B3 and 63. RGB value is (240,179,99). Sum of RGB (Red+Green+Blue) = 240+179+99=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B363 is #0F4C9C. Grayscale: #BCBCBC. Windows color (decimal): -1002653 or 6534128. OLE color: 6534128.

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

Color convert

RGB 240 179 99 -
CMYK 0 0.25 0.59 0.06
HSL 34.04º 0.82% 0.66% -
HSV(B) 34.04º 0.59% 0.94% -
XYZ 54.31 51.67 18.91 -
YUV 188.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 240 179 99 0 0.25 0.59 0.06 34.04 0.82 0.66
Hex F0 B3 63 0 19 3B 6 22 52 42
Octal 360 263 143 0 31 73 6 42 122 102
Binary 11110000 10110011 1100011 0 11001 111011 110 100010 1010010 1000010

Color Harmonies of #F0B363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B363

Black with #F0B363

Text Example


Text Example

White with #F0B363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B363; }

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

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

background-color css

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

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

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

border-color css

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

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

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