Html Css Color HEX #F9BD6B Harvest Gold

📋 copy color: '#F9BD6B'

red 249 ◦ green 189 ◦ blue 107

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

Shades of Harvest Gold #F9BD6B

Tints of Harvest Gold #F9BD6B

RGB

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

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

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

R = 45.69%
G = 34.68%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#F9BD6B (or 0xF9BD6B) is known color: Harvest Gold. HEX triplet: F9, BD and 6B. RGB value is (249,189,107). Sum of RGB (Red+Green+Blue) = 249+189+107=545 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.69% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 107 (42.19% from 255 or 19.63% from 545); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BD6B is #064294. Grayscale: #C5C5C5. Windows color (decimal): -410261 or 7060985. OLE color: 7060985.

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

Color convert

RGB 249 189 107 -
CMYK 0 0.24 0.57 0.02
HSL 34.65º 0.92% 0.7% -
HSV(B) 34.65º 0.57% 0.98% -
XYZ 59.92 57.6 21.87 -
YUV 197.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 249 189 107 0 0.24 0.57 0.02 34.65 0.92 0.7
Hex F9 BD 6B 0 18 39 2 23 5C 46
Octal 371 275 153 0 30 71 2 43 134 106
Binary 11111001 10111101 1101011 0 11000 111001 10 100011 1011100 1000110

Color Harmonies of #F9BD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BD6B

Black with #F9BD6B

Text Example


Text Example

White with #F9BD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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