Html Css Color HEX #F8C063 Harvest Gold

📋 copy color: '#F8C063'

red 248 ◦ green 192 ◦ blue 99

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

Shades of Harvest Gold #F8C063

Tints of Harvest Gold #F8C063

RGB

 RED value IS 248 (97.27% from 255) = 46.01%

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

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

R = 46.01%
G = 35.62%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8C063 (or 0xF8C063) is known color: Harvest Gold. HEX triplet: F8, C0 and 63. RGB value is (248,192,99). Sum of RGB (Red+Green+Blue) = 248+192+99=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 99 (39.06% from 255 or 18.37% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C063 is #073F9C. Grayscale: #C6C6C6. Windows color (decimal): -475037 or 6537464. OLE color: 6537464.

HSL color Cylindrical-coordinate representation of color #F8C063: hue angle of 37.45º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F8C063 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 99 -
CMYK 0 0.23 0.60 0.03
HSL 37.45º 0.91% 0.68% -
HSV(B) 37.45º 0.6% 0.97% -
XYZ 59.81 58.56 19.95 -
YUV 198.14 72.05 163.56 -
System Red Green Blue C M Y K H S L
Decimal 248 192 99 0 0.23 0.60 0.03 37.45 0.91 0.68
Hex F8 C0 63 0 17 3C 3 25 5B 44
Octal 370 300 143 0 27 74 3 45 133 104
Binary 11111000 11000000 1100011 0 10111 111100 11 100101 1011011 1000100

Color Harmonies of #F8C063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C063

Black with #F8C063

Text Example


Text Example

White with #F8C063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C063; }

 p { color: rgb(248,192,99); }

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

background-color css

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

 a { background-color: rgb(248,192,99); }

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

border-color css

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

 span { border-color: rgb(248,192,99); }

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