Html Css Color HEX #FCC375 Chardonnay

📋 copy color: '#FCC375'

red 252 ◦ green 195 ◦ blue 117

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

Shades of Chardonnay #FCC375

Tints of Chardonnay #FCC375

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.57%

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

R = 44.68%
G = 34.57%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCC375 (or 0xFCC375) is known color: Chardonnay. HEX triplet: FC, C3 and 75. RGB value is (252,195,117). Sum of RGB (Red+Green+Blue) = 252+195+117=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 117 (46.09% from 255 or 20.74% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC375 is #033C8A. Grayscale: #CBCBCB. Windows color (decimal): -212107 or 7717884. OLE color: 7717884.

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

Color convert

RGB 252 195 117 -
CMYK 0 0.23 0.54 0.01
HSL 34.67º 0.96% 0.72% -
HSV(B) 34.67º 0.54% 0.99% -
XYZ 62.87 61.01 25.29 -
YUV 203.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 252 195 117 0 0.23 0.54 0.01 34.67 0.96 0.72
Hex FC C3 75 0 17 36 1 23 60 48
Octal 374 303 165 0 27 66 1 43 140 110
Binary 11111100 11000011 1110101 0 10111 110110 1 100011 1100000 1001000

Color Harmonies of #FCC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC375

Black with #FCC375

Text Example


Text Example

White with #FCC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC375; }

 p { color: rgb(252,195,117); }

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

background-color css

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

 a { background-color: rgb(252,195,117); }

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

border-color css

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

 span { border-color: rgb(252,195,117); }

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