Html Css Color HEX #F8C064 Harvest Gold

📋 copy color: '#F8C064'

red 248 ◦ green 192 ◦ blue 100

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

Shades of Harvest Gold #F8C064

Tints of Harvest Gold #F8C064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 45.93%
G = 35.56%
B = 18.52%

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

#F8C064 (or 0xF8C064) is known color: Harvest Gold. HEX triplet: F8, C0 and 64. RGB value is (248,192,100). Sum of RGB (Red+Green+Blue) = 248+192+100=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C064 is #073F9B. Grayscale: #C6C6C6. Windows color (decimal): -475036 or 6603000. OLE color: 6603000.

HSL color Cylindrical-coordinate representation of color #F8C064: hue angle of 37.3º 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 #F8C064 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 192 100 -
CMYK 0 0.23 0.60 0.03
HSL 37.3º 0.91% 0.68% -
HSV(B) 37.3º 0.6% 0.97% -
XYZ 59.86 58.58 20.21 -
YUV 198.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 248 192 100 0 0.23 0.60 0.03 37.3 0.91 0.68
Hex F8 C0 64 0 17 3C 3 25 5B 44
Octal 370 300 144 0 27 74 3 45 133 104
Binary 11111000 11000000 1100100 0 10111 111100 11 100101 1011011 1000100

Color Harmonies of #F8C064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C064

Black with #F8C064

Text Example


Text Example

White with #F8C064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C064; }

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

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

background-color css

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

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

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

border-color css

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

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

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