Html Css Color HEX #F9BC6D Harvest Gold

📋 copy color: '#F9BC6D'

red 249 ◦ green 188 ◦ blue 109

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

Shades of Harvest Gold #F9BC6D

Tints of Harvest Gold #F9BC6D

RGB

 RED value IS 249 (97.66% from 255) = 45.6%

 GREEN value IS 188 (73.83% from 255) = 34.43%

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

R = 45.6%
G = 34.43%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#F9BC6D (or 0xF9BC6D) is known color: Harvest Gold. HEX triplet: F9, BC and 6D. RGB value is (249,188,109). Sum of RGB (Red+Green+Blue) = 249+188+109=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BC6D is #064392. Grayscale: #C5C5C5. Windows color (decimal): -410515 or 7191801. OLE color: 7191801.

HSL color Cylindrical-coordinate representation of color #F9BC6D: hue angle of 33.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F9BC6D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 188 109 -
CMYK 0 0.24 0.56 0.02
HSL 33.86º 0.92% 0.7% -
HSV(B) 33.86º 0.56% 0.98% -
XYZ 59.81 57.21 22.36 -
YUV 197.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 249 188 109 0 0.24 0.56 0.02 33.86 0.92 0.7
Hex F9 BC 6D 0 18 38 2 22 5C 46
Octal 371 274 155 0 30 70 2 42 134 106
Binary 11111001 10111100 1101101 0 11000 111000 10 100010 1011100 1000110

Color Harmonies of #F9BC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BC6D

Black with #F9BC6D

Text Example


Text Example

White with #F9BC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BC6D; }

 p { color: rgb(249,188,109); }

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

background-color css

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

 a { background-color: rgb(249,188,109); }

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

border-color css

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

 span { border-color: rgb(249,188,109); }

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