Html Css Color HEX #FFC371 Chardonnay

📋 copy color: '#FFC371'

red 255 ◦ green 195 ◦ blue 113

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

Shades of Chardonnay #FFC371

Tints of Chardonnay #FFC371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.07%

R = 45.29%
G = 34.64%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFC371 (or 0xFFC371) is known color: Chardonnay. HEX triplet: FF, C3 and 71. RGB value is (255,195,113). Sum of RGB (Red+Green+Blue) = 255+195+113=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC371 is #003C8E. Grayscale: #CBCBCB. Windows color (decimal): -15503 or 7455743. OLE color: 7455743.

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

Color convert

RGB 255 195 113 -
CMYK 0 0.24 0.56 0
HSL 34.65º 1% 0.72% -
HSV(B) 34.65º 0.56% 1% -
XYZ 63.74 61.48 24.13 -
YUV 203.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 255 195 113 0 0.24 0.56 0 34.65 1 0.72
Hex FF C3 71 0 18 38 0 23 64 48
Octal 377 303 161 0 30 70 0 43 144 110
Binary 11111111 11000011 1110001 0 11000 111000 0 100011 1100100 1001000

Color Harmonies of #FFC371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC371

Black with #FFC371

Text Example


Text Example

White with #FFC371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC371; }

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

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

background-color css

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

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

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

border-color css

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

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

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