Html Css Color HEX #F9C470 Chardonnay

📋 copy color: '#F9C470'

red 249 ◦ green 196 ◦ blue 112

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

Shades of Chardonnay #F9C470

Tints of Chardonnay #F9C470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.11%

R = 44.7%
G = 35.19%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#F9C470 (or 0xF9C470) is known color: Chardonnay. HEX triplet: F9, C4 and 70. RGB value is (249,196,112). Sum of RGB (Red+Green+Blue) = 249+196+112=557 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.70% from 557); Green value is 196 (76.95% from 255 or 35.19% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9C470 is #063B8F. Grayscale: #CACACA. Windows color (decimal): -408464 or 7390457. OLE color: 7390457.

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

Color convert

RGB 249 196 112 -
CMYK 0 0.21 0.55 0.02
HSL 36.79º 0.92% 0.71% -
HSV(B) 36.79º 0.55% 0.98% -
XYZ 61.73 60.79 23.81 -
YUV 202.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 249 196 112 0 0.21 0.55 0.02 36.79 0.92 0.71
Hex F9 C4 70 0 15 37 2 25 5C 47
Octal 371 304 160 0 25 67 2 45 134 107
Binary 11111001 11000100 1110000 0 10101 110111 10 100101 1011100 1000111

Color Harmonies of #F9C470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9C470

Black with #F9C470

Text Example


Text Example

White with #F9C470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9C470; }

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

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

background-color css

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

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

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

border-color css

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

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

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