Html Css Color HEX #FFC375 Chardonnay

📋 copy color: '#FFC375'

red 255 ◦ green 195 ◦ blue 117

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

Shades of Chardonnay #FFC375

Tints of Chardonnay #FFC375

RGB

 RED value IS 255 (100% from 255) = 44.97%

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

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

R = 44.97%
G = 34.39%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#FFC375 (or 0xFFC375) is known color: Chardonnay. HEX triplet: FF, C3 and 75. RGB value is (255,195,117). Sum of RGB (Red+Green+Blue) = 255+195+117=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 195 (76.56% from 255 or 34.39% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC375 is #003C8A. Grayscale: #CCCCCC. Windows color (decimal): -15499 or 7717887. OLE color: 7717887.

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

Color convert

RGB 255 195 117 -
CMYK 0 0.24 0.54 0
HSL 33.91º 1% 0.73% -
HSV(B) 33.91º 0.54% 1% -
XYZ 63.97 61.57 25.34 -
YUV 204.05 78.88 164.34 -
System Red Green Blue C M Y K H S L
Decimal 255 195 117 0 0.24 0.54 0 33.91 1 0.73
Hex FF C3 75 0 18 36 0 22 64 49
Octal 377 303 165 0 30 66 0 42 144 111
Binary 11111111 11000011 1110101 0 11000 110110 0 100010 1100100 1001001

Color Harmonies of #FFC375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC375

Black with #FFC375

Text Example


Text Example

White with #FFC375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC375; }

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

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

background-color css

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

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

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

border-color css

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

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

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