Html Css Color HEX #FCCB78 Chardonnay

📋 copy color: '#FCCB78'

red 252 ◦ green 203 ◦ blue 120

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

Shades of Chardonnay #FCCB78

Tints of Chardonnay #FCCB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

 BLUE value IS 120 (47.27% from 255) = 20.87%

R = 43.83%
G = 35.3%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCCB78 (or 0xFCCB78) is known color: Chardonnay. HEX triplet: FC, CB and 78. RGB value is (252,203,120). Sum of RGB (Red+Green+Blue) = 252+203+120=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 120 (47.27% from 255 or 20.87% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB78 is #033487. Grayscale: #D0D0D0. Windows color (decimal): -210056 or 7916540. OLE color: 7916540.

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

Color convert

RGB 252 203 120 -
CMYK 0 0.19 0.52 0.01
HSL 37.73º 0.96% 0.73% -
HSV(B) 37.73º 0.52% 0.99% -
XYZ 64.89 64.76 26.85 -
YUV 208.19 78.23 159.25 -
System Red Green Blue C M Y K H S L
Decimal 252 203 120 0 0.19 0.52 0.01 37.73 0.96 0.73
Hex FC CB 78 0 13 34 1 26 60 49
Octal 374 313 170 0 23 64 1 46 140 111
Binary 11111100 11001011 1111000 0 10011 110100 1 100110 1100000 1001001

Color Harmonies of #FCCB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB78

Black with #FCCB78

Text Example


Text Example

White with #FCCB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB78; }

 p { color: rgb(252,203,120); }

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

background-color css

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

 a { background-color: rgb(252,203,120); }

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

border-color css

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

 span { border-color: rgb(252,203,120); }

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