Html Css Color HEX #F8BD65 Harvest Gold

📋 copy color: '#F8BD65'

red 248 ◦ green 189 ◦ blue 101

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

Shades of Harvest Gold #F8BD65

Tints of Harvest Gold #F8BD65

RGB

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

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

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

R = 46.1%
G = 35.13%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F8BD65 (or 0xF8BD65) is known color: Harvest Gold. HEX triplet: F8, BD and 65. RGB value is (248,189,101). Sum of RGB (Red+Green+Blue) = 248+189+101=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 101 (39.84% from 255 or 18.77% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BD65 is #07429A. Grayscale: #C5C5C5. Windows color (decimal): -475803 or 6667768. OLE color: 6667768.

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

Color convert

RGB 248 189 101 -
CMYK 0 0.24 0.59 0.03
HSL 35.92º 0.91% 0.68% -
HSV(B) 35.92º 0.59% 0.97% -
XYZ 59.26 57.29 20.25 -
YUV 196.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 248 189 101 0 0.24 0.59 0.03 35.92 0.91 0.68
Hex F8 BD 65 0 18 3B 3 24 5B 44
Octal 370 275 145 0 30 73 3 44 133 104
Binary 11111000 10111101 1100101 0 11000 111011 11 100100 1011011 1000100

Color Harmonies of #F8BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BD65

Black with #F8BD65

Text Example


Text Example

White with #F8BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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