Html Css Color HEX #FFC073 Chardonnay

📋 copy color: '#FFC073'

red 255 ◦ green 192 ◦ blue 115

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

Shades of Chardonnay #FFC073

Tints of Chardonnay #FFC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.46%

R = 45.37%
G = 34.16%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFC073 (or 0xFFC073) is known color: Chardonnay. HEX triplet: FF, C0 and 73. RGB value is (255,192,115). Sum of RGB (Red+Green+Blue) = 255+192+115=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 115 (45.31% from 255 or 20.46% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC073 is #003F8C. Grayscale: #CACACA. Windows color (decimal): -16269 or 7586047. OLE color: 7586047.

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

Color convert

RGB 255 192 115 -
CMYK 0 0.25 0.55 0
HSL 33º 1% 0.73% -
HSV(B) 33º 0.55% 1% -
XYZ 63.18 60.2 24.51 -
YUV 202.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 255 192 115 0 0.25 0.55 0 33 1 0.73
Hex FF C0 73 0 19 37 0 21 64 49
Octal 377 300 163 0 31 67 0 41 144 111
Binary 11111111 11000000 1110011 0 11001 110111 0 100001 1100100 1001001

Color Harmonies of #FFC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC073

Black with #FFC073

Text Example


Text Example

White with #FFC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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