Html Css Color HEX #F0B561 Harvest Gold

📋 copy color: '#F0B561'

red 240 ◦ green 181 ◦ blue 97

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

Shades of Harvest Gold #F0B561

Tints of Harvest Gold #F0B561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.94%

 BLUE value IS 97 (38.28% from 255) = 18.73%

R = 46.33%
G = 34.94%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0B561 (or 0xF0B561) is known color: Harvest Gold. HEX triplet: F0, B5 and 61. RGB value is (240,181,97). Sum of RGB (Red+Green+Blue) = 240+181+97=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B561 is #0F4A9E. Grayscale: #BDBDBD. Windows color (decimal): -1002143 or 6403568. OLE color: 6403568.

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

Color convert

RGB 240 181 97 -
CMYK 0 0.25 0.60 0.06
HSL 35.24º 0.83% 0.66% -
HSV(B) 35.24º 0.6% 0.94% -
XYZ 54.62 52.44 18.55 -
YUV 189.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 240 181 97 0 0.25 0.60 0.06 35.24 0.83 0.66
Hex F0 B5 61 0 19 3C 6 23 53 42
Octal 360 265 141 0 31 74 6 43 123 102
Binary 11110000 10110101 1100001 0 11001 111100 110 100011 1010011 1000010

Color Harmonies of #F0B561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B561

Black with #F0B561

Text Example


Text Example

White with #F0B561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B561; }

 p { color: rgb(240,181,97); }

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

background-color css

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

 a { background-color: rgb(240,181,97); }

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

border-color css

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

 span { border-color: rgb(240,181,97); }

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