Html Css Color HEX #F0B263 Harvest Gold

📋 copy color: '#F0B263'

red 240 ◦ green 178 ◦ blue 99

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

Shades of Harvest Gold #F0B263

Tints of Harvest Gold #F0B263

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 46.42%
G = 34.43%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0B263 (or 0xF0B263) is known color: Harvest Gold. HEX triplet: F0, B2 and 63. RGB value is (240,178,99). Sum of RGB (Red+Green+Blue) = 240+178+99=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 99 (39.06% from 255 or 19.15% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B263 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B263 is #0F4D9C. Grayscale: #BBBBBB. Windows color (decimal): -1002909 or 6533872. OLE color: 6533872.

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

Color convert

RGB 240 178 99 -
CMYK 0 0.26 0.59 0.06
HSL 33.62º 0.82% 0.66% -
HSV(B) 33.62º 0.59% 0.94% -
XYZ 54.11 51.27 18.85 -
YUV 187.53 78.04 165.42 -
System Red Green Blue C M Y K H S L
Decimal 240 178 99 0 0.26 0.59 0.06 33.62 0.82 0.66
Hex F0 B2 63 0 1A 3B 6 22 52 42
Octal 360 262 143 0 32 73 6 42 122 102
Binary 11110000 10110010 1100011 0 11010 111011 110 100010 1010010 1000010

Color Harmonies of #F0B263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B263

Black with #F0B263

Text Example


Text Example

White with #F0B263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B263; }

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

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

background-color css

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

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

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

border-color css

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

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

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