Html Css Color HEX #F8BA6D Harvest Gold

📋 copy color: '#F8BA6D'

red 248 ◦ green 186 ◦ blue 109

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

Shades of Harvest Gold #F8BA6D

Tints of Harvest Gold #F8BA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.07%

R = 45.67%
G = 34.25%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F8BA6D (or 0xF8BA6D) is known color: Harvest Gold. HEX triplet: F8, BA and 6D. RGB value is (248,186,109). Sum of RGB (Red+Green+Blue) = 248+186+109=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BA6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BA6D is #074592. Grayscale: #C4C4C4. Windows color (decimal): -476563 or 7191288. OLE color: 7191288.

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

Color convert

RGB 248 186 109 -
CMYK 0 0.25 0.56 0.03
HSL 33.24º 0.91% 0.7% -
HSV(B) 33.24º 0.56% 0.97% -
XYZ 59.03 56.18 22.2 -
YUV 195.76 79.04 165.26 -
System Red Green Blue C M Y K H S L
Decimal 248 186 109 0 0.25 0.56 0.03 33.24 0.91 0.7
Hex F8 BA 6D 0 19 38 3 21 5B 46
Octal 370 272 155 0 31 70 3 41 133 106
Binary 11111000 10111010 1101101 0 11001 111000 11 100001 1011011 1000110

Color Harmonies of #F8BA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BA6D

Black with #F8BA6D

Text Example


Text Example

White with #F8BA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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