Html Css Color HEX #F9BD6E Chardonnay

📋 copy color: '#F9BD6E'

red 249 ◦ green 189 ◦ blue 110

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

Shades of Chardonnay #F9BD6E

Tints of Chardonnay #F9BD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.07%

R = 45.44%
G = 34.49%
B = 20.07%

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

#F9BD6E (or 0xF9BD6E) is known color: Chardonnay. HEX triplet: F9, BD and 6E. RGB value is (249,189,110). Sum of RGB (Red+Green+Blue) = 249+189+110=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9BD6E is #064291. Grayscale: #C6C6C6. Windows color (decimal): -410258 or 7257593. OLE color: 7257593.

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

Color convert

RGB 249 189 110 -
CMYK 0 0.24 0.56 0.02
HSL 34.1º 0.92% 0.7% -
HSV(B) 34.1º 0.56% 0.98% -
XYZ 60.08 57.66 22.71 -
YUV 197.93 78.38 164.42 -
System Red Green Blue C M Y K H S L
Decimal 249 189 110 0 0.24 0.56 0.02 34.1 0.92 0.7
Hex F9 BD 6E 0 18 38 2 22 5C 46
Octal 371 275 156 0 30 70 2 42 134 106
Binary 11111001 10111101 1101110 0 11000 111000 10 100010 1011100 1000110

Color Harmonies of #F9BD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BD6E

Black with #F9BD6E

Text Example


Text Example

White with #F9BD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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