Html Css Color HEX #F2C273 Chardonnay

📋 copy color: '#F2C273'

red 242 ◦ green 194 ◦ blue 115

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

Shades of Chardonnay #F2C273

Tints of Chardonnay #F2C273

RGB

 RED value IS 242 (94.92% from 255) = 43.92%

 GREEN value IS 194 (76.17% from 255) = 35.21%

 BLUE value IS 115 (45.31% from 255) = 20.87%

R = 43.92%
G = 35.21%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2C273 (or 0xF2C273) is known color: Chardonnay. HEX triplet: F2, C2 and 73. RGB value is (242,194,115). Sum of RGB (Red+Green+Blue) = 242+194+115=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 115 (45.31% from 255 or 20.87% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C273 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C273 is #0D3D8C. Grayscale: #C7C7C7. Windows color (decimal): -867725 or 7586546. OLE color: 7586546.

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

Color convert

RGB 242 194 115 -
CMYK 0 0.20 0.52 0.05
HSL 37.32º 0.83% 0.7% -
HSV(B) 37.32º 0.52% 0.95% -
XYZ 59 58.7 24.44 -
YUV 199.35 80.4 158.42 -
System Red Green Blue C M Y K H S L
Decimal 242 194 115 0 0.20 0.52 0.05 37.32 0.83 0.7
Hex F2 C2 73 0 14 34 5 25 53 46
Octal 362 302 163 0 24 64 5 45 123 106
Binary 11110010 11000010 1110011 0 10100 110100 101 100101 1010011 1000110

Color Harmonies of #F2C273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C273

Black with #F2C273

Text Example


Text Example

White with #F2C273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C273; }

 p { color: rgb(242,194,115); }

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

background-color css

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

 a { background-color: rgb(242,194,115); }

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

border-color css

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

 span { border-color: rgb(242,194,115); }

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