Html Css Color HEX #F8BD6B Harvest Gold

📋 copy color: '#F8BD6B'

red 248 ◦ green 189 ◦ blue 107

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

Shades of Harvest Gold #F8BD6B

Tints of Harvest Gold #F8BD6B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.74%

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 45.59%
G = 34.74%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F8BD6B (or 0xF8BD6B) is known color: Harvest Gold. HEX triplet: F8, BD and 6B. RGB value is (248,189,107). Sum of RGB (Red+Green+Blue) = 248+189+107=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BD6B is #074294. Grayscale: #C5C5C5. Windows color (decimal): -475797 or 7060984. OLE color: 7060984.

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

Color convert

RGB 248 189 107 -
CMYK 0 0.24 0.57 0.03
HSL 34.89º 0.91% 0.7% -
HSV(B) 34.89º 0.57% 0.97% -
XYZ 59.56 57.41 21.85 -
YUV 197.29 77.05 164.17 -
System Red Green Blue C M Y K H S L
Decimal 248 189 107 0 0.24 0.57 0.03 34.89 0.91 0.7
Hex F8 BD 6B 0 18 39 3 23 5B 46
Octal 370 275 153 0 30 71 3 43 133 106
Binary 11111000 10111101 1101011 0 11000 111001 11 100011 1011011 1000110

Color Harmonies of #F8BD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD6B

Black with #F8BD6B

Text Example


Text Example

White with #F8BD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD6B; }

 p { color: rgb(248,189,107); }

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

background-color css

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

 a { background-color: rgb(248,189,107); }

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

border-color css

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

 span { border-color: rgb(248,189,107); }

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