Html Css Color HEX #F3C370 Chardonnay

📋 copy color: '#F3C370'

red 243 ◦ green 195 ◦ blue 112

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

Shades of Chardonnay #F3C370

Tints of Chardonnay #F3C370

RGB

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

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

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

R = 44.18%
G = 35.45%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F3C370 (or 0xF3C370) is known color: Chardonnay. HEX triplet: F3, C3 and 70. RGB value is (243,195,112). Sum of RGB (Red+Green+Blue) = 243+195+112=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3C370 is #0C3C8F. Grayscale: #C8C8C8. Windows color (decimal): -801936 or 7390195. OLE color: 7390195.

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

Color convert

RGB 243 195 112 -
CMYK 0 0.20 0.54 0.05
HSL 38.02º 0.85% 0.7% -
HSV(B) 38.02º 0.54% 0.95% -
XYZ 59.4 59.25 23.64 -
YUV 199.89 78.4 158.75 -
System Red Green Blue C M Y K H S L
Decimal 243 195 112 0 0.20 0.54 0.05 38.02 0.85 0.7
Hex F3 C3 70 0 14 36 5 26 55 46
Octal 363 303 160 0 24 66 5 46 125 106
Binary 11110011 11000011 1110000 0 10100 110110 101 100110 1010101 1000110

Color Harmonies of #F3C370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C370

Black with #F3C370

Text Example


Text Example

White with #F3C370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C370; }

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

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

background-color css

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

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

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

border-color css

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

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

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