Html Css Color HEX #FFC071 Chardonnay

📋 copy color: '#FFC071'

red 255 ◦ green 192 ◦ blue 113

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

Shades of Chardonnay #FFC071

Tints of Chardonnay #FFC071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.29%

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

R = 45.54%
G = 34.29%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FFC071 (or 0xFFC071) is known color: Chardonnay. HEX triplet: FF, C0 and 71. RGB value is (255,192,113). Sum of RGB (Red+Green+Blue) = 255+192+113=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 113 (44.53% from 255 or 20.18% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC071 is #003F8E. Grayscale: #CACACA. Windows color (decimal): -16271 or 7454975. OLE color: 7454975.

HSL color Cylindrical-coordinate representation of color #FFC071: hue angle of 33.38º 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 #FFC071 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 255 192 113 -
CMYK 0 0.25 0.56 0
HSL 33.38º 1% 0.72% -
HSV(B) 33.38º 0.56% 1% -
XYZ 63.07 60.15 23.91 -
YUV 201.83 77.87 165.92 -
System Red Green Blue C M Y K H S L
Decimal 255 192 113 0 0.25 0.56 0 33.38 1 0.72
Hex FF C0 71 0 19 38 0 21 64 48
Octal 377 300 161 0 31 70 0 41 144 110
Binary 11111111 11000000 1110001 0 11001 111000 0 100001 1100100 1001000

Color Harmonies of #FFC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC071

Black with #FFC071

Text Example


Text Example

White with #FFC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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