Html Css Color HEX #FCC073 Chardonnay

📋 copy color: '#FCC073'

red 252 ◦ green 192 ◦ blue 115

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

Shades of Chardonnay #FCC073

Tints of Chardonnay #FCC073

RGB

 RED value IS 252 (98.83% from 255) = 45.08%

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

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

R = 45.08%
G = 34.35%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC073 (or 0xFCC073) is known color: Chardonnay. HEX triplet: FC, C0 and 73. RGB value is (252,192,115). Sum of RGB (Red+Green+Blue) = 252+192+115=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC073 is #033F8C. Grayscale: #C9C9C9. Windows color (decimal): -212877 or 7586044. OLE color: 7586044.

HSL color Cylindrical-coordinate representation of color #FCC073: hue angle of 33.72º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCC073 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 115 -
CMYK 0 0.24 0.54 0.01
HSL 33.72º 0.96% 0.72% -
HSV(B) 33.72º 0.54% 0.99% -
XYZ 62.09 59.63 24.46 -
YUV 201.16 79.38 164.26 -
System Red Green Blue C M Y K H S L
Decimal 252 192 115 0 0.24 0.54 0.01 33.72 0.96 0.72
Hex FC C0 73 0 18 36 1 22 60 48
Octal 374 300 163 0 30 66 1 42 140 110
Binary 11111100 11000000 1110011 0 11000 110110 1 100010 1100000 1001000

Color Harmonies of #FCC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC073

Black with #FCC073

Text Example


Text Example

White with #FCC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC073; }

 p { color: rgb(252,192,115); }

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

background-color css

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

 a { background-color: rgb(252,192,115); }

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

border-color css

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

 span { border-color: rgb(252,192,115); }

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