Html Css Color HEX #F8C165 Harvest Gold

📋 copy color: '#F8C165'

red 248 ◦ green 193 ◦ blue 101

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

Shades of Harvest Gold #F8C165

Tints of Harvest Gold #F8C165

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.61%

 BLUE value IS 101 (39.84% from 255) = 18.63%

R = 45.76%
G = 35.61%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8C165 (or 0xF8C165) is known color: Harvest Gold. HEX triplet: F8, C1 and 65. RGB value is (248,193,101). Sum of RGB (Red+Green+Blue) = 248+193+101=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8C165 is #073E9A. Grayscale: #C7C7C7. Windows color (decimal): -474779 or 6668792. OLE color: 6668792.

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

Color convert

RGB 248 193 101 -
CMYK 0 0.22 0.59 0.03
HSL 37.55º 0.91% 0.68% -
HSV(B) 37.55º 0.59% 0.97% -
XYZ 60.13 59.04 20.54 -
YUV 198.96 72.72 162.98 -
System Red Green Blue C M Y K H S L
Decimal 248 193 101 0 0.22 0.59 0.03 37.55 0.91 0.68
Hex F8 C1 65 0 16 3B 3 26 5B 44
Octal 370 301 145 0 26 73 3 46 133 104
Binary 11111000 11000001 1100101 0 10110 111011 11 100110 1011011 1000100

Color Harmonies of #F8C165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8C165

Black with #F8C165

Text Example


Text Example

White with #F8C165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8C165; }

 p { color: rgb(248,193,101); }

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

background-color css

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

 a { background-color: rgb(248,193,101); }

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

border-color css

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

 span { border-color: rgb(248,193,101); }

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