Html Css Color HEX #FCC874 Chardonnay

📋 copy color: '#FCC874'

red 252 ◦ green 200 ◦ blue 116

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

Shades of Chardonnay #FCC874

Tints of Chardonnay #FCC874

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.21%

 BLUE value IS 116 (45.7% from 255) = 20.42%

R = 44.37%
G = 35.21%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC874 (or 0xFCC874) is known color: Chardonnay. HEX triplet: FC, C8 and 74. RGB value is (252,200,116). Sum of RGB (Red+Green+Blue) = 252+200+116=568 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.37% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 116 (45.70% from 255 or 20.42% from 568); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC874 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC874 is #03378B. Grayscale: #CECECE. Windows color (decimal): -210828 or 7653628. OLE color: 7653628.

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

Color convert

RGB 252 200 116 -
CMYK 0 0.21 0.54 0.01
HSL 37.06º 0.96% 0.72% -
HSV(B) 37.06º 0.54% 0.99% -
XYZ 63.95 63.26 25.36 -
YUV 205.97 77.23 160.83 -
System Red Green Blue C M Y K H S L
Decimal 252 200 116 0 0.21 0.54 0.01 37.06 0.96 0.72
Hex FC C8 74 0 15 36 1 25 60 48
Octal 374 310 164 0 25 66 1 45 140 110
Binary 11111100 11001000 1110100 0 10101 110110 1 100101 1100000 1001000

Color Harmonies of #FCC874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC874

Black with #FCC874

Text Example


Text Example

White with #FCC874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC874; }

 p { color: rgb(252,200,116); }

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

background-color css

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

 a { background-color: rgb(252,200,116); }

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

border-color css

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

 span { border-color: rgb(252,200,116); }

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