Html Css Color HEX #F0C062 Harvest Gold

📋 copy color: '#F0C062'

red 240 ◦ green 192 ◦ blue 98

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

Shades of Harvest Gold #F0C062

Tints of Harvest Gold #F0C062

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.23%

 BLUE value IS 98 (38.67% from 255) = 18.49%

R = 45.28%
G = 36.23%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F0C062 (or 0xF0C062) is known color: Harvest Gold. HEX triplet: F0, C0 and 62. RGB value is (240,192,98). Sum of RGB (Red+Green+Blue) = 240+192+98=530 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.28% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C062 is #0F3F9D. Grayscale: #C4C4C4. Windows color (decimal): -999326 or 6471920. OLE color: 6471920.

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

Color convert

RGB 240 192 98 -
CMYK 0 0.20 0.59 0.06
HSL 39.72º 0.83% 0.66% -
HSV(B) 39.72º 0.59% 0.94% -
XYZ 56.99 57.11 19.57 -
YUV 195.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 240 192 98 0 0.20 0.59 0.06 39.72 0.83 0.66
Hex F0 C0 62 0 14 3B 6 28 53 42
Octal 360 300 142 0 24 73 6 50 123 102
Binary 11110000 11000000 1100010 0 10100 111011 110 101000 1010011 1000010

Color Harmonies of #F0C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C062

Black with #F0C062

Text Example


Text Example

White with #F0C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C062; }

 p { color: rgb(240,192,98); }

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

background-color css

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

 a { background-color: rgb(240,192,98); }

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

border-color css

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

 span { border-color: rgb(240,192,98); }

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