Html Css Color HEX #FFC072 Chardonnay

📋 copy color: '#FFC072'

red 255 ◦ green 192 ◦ blue 114

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

Shades of Chardonnay #FFC072

Tints of Chardonnay #FFC072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.32%

R = 45.45%
G = 34.22%
B = 20.32%

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

#FFC072 (or 0xFFC072) is known color: Chardonnay. HEX triplet: FF, C0 and 72. RGB value is (255,192,114). Sum of RGB (Red+Green+Blue) = 255+192+114=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 114 (44.92% from 255 or 20.32% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC072 is #003F8D. Grayscale: #CACACA. Windows color (decimal): -16270 or 7520511. OLE color: 7520511.

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

Color convert

RGB 255 192 114 -
CMYK 0 0.25 0.55 0
HSL 33.19º 1% 0.72% -
HSV(B) 33.19º 0.55% 1% -
XYZ 63.13 60.17 24.21 -
YUV 201.95 78.37 165.84 -
System Red Green Blue C M Y K H S L
Decimal 255 192 114 0 0.25 0.55 0 33.19 1 0.72
Hex FF C0 72 0 19 37 0 21 64 48
Octal 377 300 162 0 31 67 0 41 144 110
Binary 11111111 11000000 1110010 0 11001 110111 0 100001 1100100 1001000

Color Harmonies of #FFC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC072

Black with #FFC072

Text Example


Text Example

White with #FFC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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