Html Css Color HEX #F0BD63 Harvest Gold

📋 copy color: '#F0BD63'

red 240 ◦ green 189 ◦ blue 99

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

Shades of Harvest Gold #F0BD63

Tints of Harvest Gold #F0BD63

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

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

R = 45.45%
G = 35.8%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0BD63 (or 0xF0BD63) is known color: Harvest Gold. HEX triplet: F0, BD and 63. RGB value is (240,189,99). Sum of RGB (Red+Green+Blue) = 240+189+99=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 99 (39.06% from 255 or 18.75% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BD63 is #0F429C. Grayscale: #C2C2C2. Windows color (decimal): -1000093 or 6536688. OLE color: 6536688.

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

Color convert

RGB 240 189 99 -
CMYK 0 0.21 0.59 0.06
HSL 38.3º 0.82% 0.66% -
HSV(B) 38.3º 0.59% 0.94% -
XYZ 56.38 55.82 19.61 -
YUV 193.99 74.4 160.82 -
System Red Green Blue C M Y K H S L
Decimal 240 189 99 0 0.21 0.59 0.06 38.3 0.82 0.66
Hex F0 BD 63 0 15 3B 6 26 52 42
Octal 360 275 143 0 25 73 6 46 122 102
Binary 11110000 10111101 1100011 0 10101 111011 110 100110 1010010 1000010

Color Harmonies of #F0BD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BD63

Black with #F0BD63

Text Example


Text Example

White with #F0BD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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