Html Css Color HEX #F8BF64 Harvest Gold

📋 copy color: '#F8BF64'

red 248 ◦ green 191 ◦ blue 100

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

Shades of Harvest Gold #F8BF64

Tints of Harvest Gold #F8BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 100 (39.45% from 255) = 18.55%

R = 46.01%
G = 35.44%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F8BF64 (or 0xF8BF64) is known color: Harvest Gold. HEX triplet: F8, BF and 64. RGB value is (248,191,100). Sum of RGB (Red+Green+Blue) = 248+191+100=539 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.01% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 100 (39.45% from 255 or 18.55% from 539); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8BF64 is #07409B. Grayscale: #C6C6C6. Windows color (decimal): -475292 or 6602744. OLE color: 6602744.

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

Color convert

RGB 248 191 100 -
CMYK 0 0.23 0.60 0.03
HSL 36.89º 0.91% 0.68% -
HSV(B) 36.89º 0.6% 0.97% -
XYZ 59.64 58.14 20.13 -
YUV 197.67 72.88 163.9 -
System Red Green Blue C M Y K H S L
Decimal 248 191 100 0 0.23 0.60 0.03 36.89 0.91 0.68
Hex F8 BF 64 0 17 3C 3 25 5B 44
Octal 370 277 144 0 27 74 3 45 133 104
Binary 11111000 10111111 1100100 0 10111 111100 11 100101 1011011 1000100

Color Harmonies of #F8BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BF64

Black with #F8BF64

Text Example


Text Example

White with #F8BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BF64; }

 p { color: rgb(248,191,100); }

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

background-color css

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

 a { background-color: rgb(248,191,100); }

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

border-color css

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

 span { border-color: rgb(248,191,100); }

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