Html Css Color HEX #F0BF63 Harvest Gold

📋 copy color: '#F0BF63'

red 240 ◦ green 191 ◦ blue 99

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

Shades of Harvest Gold #F0BF63

Tints of Harvest Gold #F0BF63

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

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

R = 45.28%
G = 36.04%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0BF63 (or 0xF0BF63) is known color: Harvest Gold. HEX triplet: F0, BF and 63. RGB value is (240,191,99). Sum of RGB (Red+Green+Blue) = 240+191+99=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 99 (39.06% from 255 or 18.68% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BF63 is #0F409C. Grayscale: #C3C3C3. Windows color (decimal): -999581 or 6537200. OLE color: 6537200.

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

Color convert

RGB 240 191 99 -
CMYK 0 0.20 0.59 0.06
HSL 39.15º 0.82% 0.66% -
HSV(B) 39.15º 0.59% 0.94% -
XYZ 56.82 56.69 19.75 -
YUV 195.16 73.73 159.98 -
System Red Green Blue C M Y K H S L
Decimal 240 191 99 0 0.20 0.59 0.06 39.15 0.82 0.66
Hex F0 BF 63 0 14 3B 6 27 52 42
Octal 360 277 143 0 24 73 6 47 122 102
Binary 11110000 10111111 1100011 0 10100 111011 110 100111 1010010 1000010

Color Harmonies of #F0BF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BF63

Black with #F0BF63

Text Example


Text Example

White with #F0BF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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