Html Css Color HEX #F8BA66 Harvest Gold

📋 copy color: '#F8BA66'

red 248 ◦ green 186 ◦ blue 102

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

Shades of Harvest Gold #F8BA66

Tints of Harvest Gold #F8BA66

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.7%

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 46.27%
G = 34.7%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8BA66 (or 0xF8BA66) is known color: Harvest Gold. HEX triplet: F8, BA and 66. RGB value is (248,186,102). Sum of RGB (Red+Green+Blue) = 248+186+102=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA66 is #074599. Grayscale: #C3C3C3. Windows color (decimal): -476570 or 6732536. OLE color: 6732536.

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

Color convert

RGB 248 186 102 -
CMYK 0 0.25 0.59 0.03
HSL 34.52º 0.91% 0.69% -
HSV(B) 34.52º 0.59% 0.97% -
XYZ 58.67 56.03 20.29 -
YUV 194.96 75.54 165.83 -
System Red Green Blue C M Y K H S L
Decimal 248 186 102 0 0.25 0.59 0.03 34.52 0.91 0.69
Hex F8 BA 66 0 19 3B 3 23 5B 45
Octal 370 272 146 0 31 73 3 43 133 105
Binary 11111000 10111010 1100110 0 11001 111011 11 100011 1011011 1000101

Color Harmonies of #F8BA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA66

Black with #F8BA66

Text Example


Text Example

White with #F8BA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA66; }

 p { color: rgb(248,186,102); }

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

background-color css

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

 a { background-color: rgb(248,186,102); }

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

border-color css

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

 span { border-color: rgb(248,186,102); }

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