Html Css Color HEX #F0C263 Harvest Gold

📋 copy color: '#F0C263'

red 240 ◦ green 194 ◦ blue 99

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

Shades of Harvest Gold #F0C263

Tints of Harvest Gold #F0C263

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

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

R = 45.03%
G = 36.4%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0C263 (or 0xF0C263) is known color: Harvest Gold. HEX triplet: F0, C2 and 63. RGB value is (240,194,99). Sum of RGB (Red+Green+Blue) = 240+194+99=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 99 (39.06% from 255 or 18.57% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C263 is #0F3D9C. Grayscale: #C5C5C5. Windows color (decimal): -998813 or 6537968. OLE color: 6537968.

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

Color convert

RGB 240 194 99 -
CMYK 0 0.19 0.59 0.06
HSL 40.43º 0.82% 0.66% -
HSV(B) 40.43º 0.59% 0.94% -
XYZ 57.48 58.01 19.97 -
YUV 196.92 72.74 158.72 -
System Red Green Blue C M Y K H S L
Decimal 240 194 99 0 0.19 0.59 0.06 40.43 0.82 0.66
Hex F0 C2 63 0 13 3B 6 28 52 42
Octal 360 302 143 0 23 73 6 50 122 102
Binary 11110000 11000010 1100011 0 10011 111011 110 101000 1010010 1000010

Color Harmonies of #F0C263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C263

Black with #F0C263

Text Example


Text Example

White with #F0C263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C263; }

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

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

background-color css

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

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

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

border-color css

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

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

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