Html Css Color HEX #FCCB7B Chardonnay

📋 copy color: '#FCCB7B'

red 252 ◦ green 203 ◦ blue 123

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

Shades of Chardonnay #FCCB7B

Tints of Chardonnay #FCCB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.28%

R = 43.6%
G = 35.12%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FCCB7B (or 0xFCCB7B) is known color: Chardonnay. HEX triplet: FC, CB and 7B. RGB value is (252,203,123). Sum of RGB (Red+Green+Blue) = 252+203+123=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 123 (48.44% from 255 or 21.28% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCCB7B is #033484. Grayscale: #D0D0D0. Windows color (decimal): -210053 or 8113148. OLE color: 8113148.

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

Color convert

RGB 252 203 123 -
CMYK 0 0.19 0.51 0.01
HSL 37.21º 0.96% 0.74% -
HSV(B) 37.21º 0.51% 0.99% -
XYZ 65.08 64.84 27.82 -
YUV 208.53 79.73 159 -
System Red Green Blue C M Y K H S L
Decimal 252 203 123 0 0.19 0.51 0.01 37.21 0.96 0.74
Hex FC CB 7B 0 13 33 1 25 60 4A
Octal 374 313 173 0 23 63 1 45 140 112
Binary 11111100 11001011 1111011 0 10011 110011 1 100101 1100000 1001010

Color Harmonies of #FCCB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCB7B

Black with #FCCB7B

Text Example


Text Example

White with #FCCB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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