Html Css Color HEX #F3C372 Chardonnay

📋 copy color: '#F3C372'

red 243 ◦ green 195 ◦ blue 114

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

Shades of Chardonnay #F3C372

Tints of Chardonnay #F3C372

RGB

 RED value IS 243 (95.31% from 255) = 44.02%

 GREEN value IS 195 (76.56% from 255) = 35.33%

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

R = 44.02%
G = 35.33%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F3C372 (or 0xF3C372) is known color: Chardonnay. HEX triplet: F3, C3 and 72. RGB value is (243,195,114). Sum of RGB (Red+Green+Blue) = 243+195+114=552 (73% of max value = 765). Red value is 243 (95.31% from 255 or 44.02% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C372 is #0C3C8D. Grayscale: #C8C8C8. Windows color (decimal): -801934 or 7521267. OLE color: 7521267.

HSL color Cylindrical-coordinate representation of color #F3C372: hue angle of 37.67º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F3C372 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 195 114 -
CMYK 0 0.20 0.53 0.05
HSL 37.67º 0.84% 0.7% -
HSV(B) 37.67º 0.53% 0.95% -
XYZ 59.51 59.3 24.23 -
YUV 200.12 79.4 158.59 -
System Red Green Blue C M Y K H S L
Decimal 243 195 114 0 0.20 0.53 0.05 37.67 0.84 0.7
Hex F3 C3 72 0 14 35 5 26 54 46
Octal 363 303 162 0 24 65 5 46 124 106
Binary 11110011 11000011 1110010 0 10100 110101 101 100110 1010100 1000110

Color Harmonies of #F3C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C372

Black with #F3C372

Text Example


Text Example

White with #F3C372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C372; }

 p { color: rgb(243,195,114); }

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

background-color css

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

 a { background-color: rgb(243,195,114); }

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

border-color css

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

 span { border-color: rgb(243,195,114); }

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