Html Css Color HEX #F0BB65 Harvest Gold

📋 copy color: '#F0BB65'

red 240 ◦ green 187 ◦ blue 101

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

Shades of Harvest Gold #F0BB65

Tints of Harvest Gold #F0BB65

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.42%

 BLUE value IS 101 (39.84% from 255) = 19.13%

R = 45.45%
G = 35.42%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F0BB65 (or 0xF0BB65) is known color: Harvest Gold. HEX triplet: F0, BB and 65. RGB value is (240,187,101). Sum of RGB (Red+Green+Blue) = 240+187+101=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0BB65 is #0F449A. Grayscale: #C1C1C1. Windows color (decimal): -1000603 or 6667248. OLE color: 6667248.

HSL color Cylindrical-coordinate representation of color #F0BB65: hue angle of 37.12º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0BB65 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 187 101 -
CMYK 0 0.22 0.58 0.06
HSL 37.12º 0.82% 0.67% -
HSV(B) 37.12º 0.58% 0.94% -
XYZ 56.05 55.01 19.97 -
YUV 193.04 76.06 161.49 -
System Red Green Blue C M Y K H S L
Decimal 240 187 101 0 0.22 0.58 0.06 37.12 0.82 0.67
Hex F0 BB 65 0 16 3A 6 25 52 43
Octal 360 273 145 0 26 72 6 45 122 103
Binary 11110000 10111011 1100101 0 10110 111010 110 100101 1010010 1000011

Color Harmonies of #F0BB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BB65

Black with #F0BB65

Text Example


Text Example

White with #F0BB65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BB65; }

 p { color: rgb(240,187,101); }

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

background-color css

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

 a { background-color: rgb(240,187,101); }

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

border-color css

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

 span { border-color: rgb(240,187,101); }

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