Html Css Color HEX #F0B95F Harvest Gold

📋 copy color: '#F0B95F'

red 240 ◦ green 185 ◦ blue 95

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

Shades of Harvest Gold #F0B95F

Tints of Harvest Gold #F0B95F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.58%

 BLUE value IS 95 (37.5% from 255) = 18.27%

R = 46.15%
G = 35.58%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#F0B95F (or 0xF0B95F) is known color: Harvest Gold. HEX triplet: F0, B9 and 5F. RGB value is (240,185,95). Sum of RGB (Red+Green+Blue) = 240+185+95=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B95F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B95F is #0F46A0. Grayscale: #BFBFBF. Windows color (decimal): -1001121 or 6273520. OLE color: 6273520.

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

Color convert

RGB 240 185 95 -
CMYK 0 0.23 0.60 0.06
HSL 37.24º 0.83% 0.66% -
HSV(B) 37.24º 0.6% 0.94% -
XYZ 55.35 54.05 18.34 -
YUV 191.19 73.72 162.82 -
System Red Green Blue C M Y K H S L
Decimal 240 185 95 0 0.23 0.60 0.06 37.24 0.83 0.66
Hex F0 B9 5F 0 17 3C 6 25 53 42
Octal 360 271 137 0 27 74 6 45 123 102
Binary 11110000 10111001 1011111 0 10111 111100 110 100101 1010011 1000010

Color Harmonies of #F0B95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B95F

Black with #F0B95F

Text Example


Text Example

White with #F0B95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B95F; }

 p { color: rgb(240,185,95); }

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

background-color css

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

 a { background-color: rgb(240,185,95); }

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

border-color css

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

 span { border-color: rgb(240,185,95); }

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