Html Css Color HEX #F9C472 Chardonnay

📋 copy color: '#F9C472'

red 249 ◦ green 196 ◦ blue 114

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

Shades of Chardonnay #F9C472

Tints of Chardonnay #F9C472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.06%

 BLUE value IS 114 (44.92% from 255) = 20.39%

R = 44.54%
G = 35.06%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#F9C472 (or 0xF9C472) is known color: Chardonnay. HEX triplet: F9, C4 and 72. RGB value is (249,196,114). Sum of RGB (Red+Green+Blue) = 249+196+114=559 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.54% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C472 is #063B8D. Grayscale: #CACACA. Windows color (decimal): -408462 or 7521529. OLE color: 7521529.

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

Color convert

RGB 249 196 114 -
CMYK 0 0.21 0.54 0.02
HSL 36.44º 0.92% 0.71% -
HSV(B) 36.44º 0.54% 0.98% -
XYZ 61.84 60.83 24.4 -
YUV 202.5 78.06 161.17 -
System Red Green Blue C M Y K H S L
Decimal 249 196 114 0 0.21 0.54 0.02 36.44 0.92 0.71
Hex F9 C4 72 0 15 36 2 24 5C 47
Octal 371 304 162 0 25 66 2 44 134 107
Binary 11111001 11000100 1110010 0 10101 110110 10 100100 1011100 1000111

Color Harmonies of #F9C472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C472

Black with #F9C472

Text Example


Text Example

White with #F9C472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C472; }

 p { color: rgb(249,196,114); }

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

background-color css

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

 a { background-color: rgb(249,196,114); }

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

border-color css

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

 span { border-color: rgb(249,196,114); }

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