Html Css Color HEX #F0B360 Harvest Gold

📋 copy color: '#F0B360'

red 240 ◦ green 179 ◦ blue 96

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

Shades of Harvest Gold #F0B360

Tints of Harvest Gold #F0B360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.64%

R = 46.6%
G = 34.76%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#F0B360 (or 0xF0B360) is known color: Harvest Gold. HEX triplet: F0, B3 and 60. RGB value is (240,179,96). Sum of RGB (Red+Green+Blue) = 240+179+96=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B360 is #0F4C9F. Grayscale: #BCBCBC. Windows color (decimal): -1002656 or 6337520. OLE color: 6337520.

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

Color convert

RGB 240 179 96 -
CMYK 0 0.25 0.6 0.06
HSL 34.58º 0.83% 0.66% -
HSV(B) 34.58º 0.6% 0.94% -
XYZ 54.17 51.61 18.17 -
YUV 187.78 76.21 165.25 -
System Red Green Blue C M Y K H S L
Decimal 240 179 96 0 0.25 0.6 0.06 34.58 0.83 0.66
Hex F0 B3 60 0 19 3C 6 23 53 42
Octal 360 263 140 0 31 74 6 43 123 102
Binary 11110000 10110011 1100000 0 11001 111100 110 100011 1010011 1000010

Color Harmonies of #F0B360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B360

Black with #F0B360

Text Example


Text Example

White with #F0B360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B360; }

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

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

background-color css

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

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

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

border-color css

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

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

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