Html Css Color HEX #F2C075 Chardonnay

📋 copy color: '#F2C075'

red 242 ◦ green 192 ◦ blue 117

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

Shades of Chardonnay #F2C075

Tints of Chardonnay #F2C075

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.85%

 BLUE value IS 117 (46.09% from 255) = 21.23%

R = 43.92%
G = 34.85%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2C075 (or 0xF2C075) is known color: Chardonnay. HEX triplet: F2, C0 and 75. RGB value is (242,192,117). Sum of RGB (Red+Green+Blue) = 242+192+117=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C075 is #0D3F8A. Grayscale: #C6C6C6. Windows color (decimal): -868235 or 7717106. OLE color: 7717106.

HSL color Cylindrical-coordinate representation of color #F2C075: hue angle of 36º 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 #F2C075 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 192 117 -
CMYK 0 0.21 0.52 0.05
HSL 36º 0.83% 0.7% -
HSV(B) 36º 0.52% 0.95% -
XYZ 58.68 57.86 24.91 -
YUV 198.4 82.07 159.1 -
System Red Green Blue C M Y K H S L
Decimal 242 192 117 0 0.21 0.52 0.05 36 0.83 0.7
Hex F2 C0 75 0 15 34 5 24 53 46
Octal 362 300 165 0 25 64 5 44 123 106
Binary 11110010 11000000 1110101 0 10101 110100 101 100100 1010011 1000110

Color Harmonies of #F2C075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C075

Black with #F2C075

Text Example


Text Example

White with #F2C075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C075; }

 p { color: rgb(242,192,117); }

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

background-color css

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

 a { background-color: rgb(242,192,117); }

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

border-color css

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

 span { border-color: rgb(242,192,117); }

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