Html Css Color HEX #F0C06B Harvest Gold

📋 copy color: '#F0C06B'

red 240 ◦ green 192 ◦ blue 107

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

Shades of Harvest Gold #F0C06B

Tints of Harvest Gold #F0C06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.85%

R = 44.53%
G = 35.62%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0C06B (or 0xF0C06B) is known color: Harvest Gold. HEX triplet: F0, C0 and 6B. RGB value is (240,192,107). Sum of RGB (Red+Green+Blue) = 240+192+107=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C06B is #0F3F94. Grayscale: #C5C5C5. Windows color (decimal): -999317 or 7061744. OLE color: 7061744.

HSL color Cylindrical-coordinate representation of color #F0C06B: hue angle of 38.35º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0C06B is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 192 107 -
CMYK 0 0.20 0.55 0.06
HSL 38.35º 0.82% 0.68% -
HSV(B) 38.35º 0.55% 0.94% -
XYZ 57.44 57.29 21.94 -
YUV 196.66 77.4 158.91 -
System Red Green Blue C M Y K H S L
Decimal 240 192 107 0 0.20 0.55 0.06 38.35 0.82 0.68
Hex F0 C0 6B 0 14 37 6 26 52 44
Octal 360 300 153 0 24 67 6 46 122 104
Binary 11110000 11000000 1101011 0 10100 110111 110 100110 1010010 1000100

Color Harmonies of #F0C06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C06B

Black with #F0C06B

Text Example


Text Example

White with #F0C06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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