Html Css Color HEX #F0B163 Harvest Gold

📋 copy color: '#F0B163'

red 240 ◦ green 177 ◦ blue 99

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

Shades of Harvest Gold #F0B163

Tints of Harvest Gold #F0B163

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.3%

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

R = 46.51%
G = 34.3%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0B163 (or 0xF0B163) is known color: Harvest Gold. HEX triplet: F0, B1 and 63. RGB value is (240,177,99). Sum of RGB (Red+Green+Blue) = 240+177+99=516 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.51% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 99 (39.06% from 255 or 19.19% from 516); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B163 is #0F4E9C. Grayscale: #BBBBBB. Windows color (decimal): -1003165 or 6533616. OLE color: 6533616.

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

Color convert

RGB 240 177 99 -
CMYK 0 0.26 0.59 0.06
HSL 33.19º 0.82% 0.66% -
HSV(B) 33.19º 0.59% 0.94% -
XYZ 53.91 50.87 18.78 -
YUV 186.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 240 177 99 0 0.26 0.59 0.06 33.19 0.82 0.66
Hex F0 B1 63 0 1A 3B 6 21 52 42
Octal 360 261 143 0 32 73 6 41 122 102
Binary 11110000 10110001 1100011 0 11010 111011 110 100001 1010010 1000010

Color Harmonies of #F0B163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B163

Black with #F0B163

Text Example


Text Example

White with #F0B163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B163; }

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

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

background-color css

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

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

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

border-color css

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

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

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