Html Css Color HEX #FFC278 Chardonnay

📋 copy color: '#FFC278'

red 255 ◦ green 194 ◦ blue 120

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

Shades of Chardonnay #FFC278

Tints of Chardonnay #FFC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

 BLUE value IS 120 (47.27% from 255) = 21.09%

R = 44.82%
G = 34.09%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FFC278 (or 0xFFC278) is known color: Chardonnay. HEX triplet: FF, C2 and 78. RGB value is (255,194,120). Sum of RGB (Red+Green+Blue) = 255+194+120=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC278 is #003D87. Grayscale: #CCCCCC. Windows color (decimal): -15752 or 7914239. OLE color: 7914239.

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

Color convert

RGB 255 194 120 -
CMYK 0 0.24 0.53 0
HSL 32.89º 1% 0.74% -
HSV(B) 32.89º 0.53% 1% -
XYZ 63.92 61.2 26.21 -
YUV 203.8 80.71 164.52 -
System Red Green Blue C M Y K H S L
Decimal 255 194 120 0 0.24 0.53 0 32.89 1 0.74
Hex FF C2 78 0 18 35 0 21 64 4A
Octal 377 302 170 0 30 65 0 41 144 112
Binary 11111111 11000010 1111000 0 11000 110101 0 100001 1100100 1001010

Color Harmonies of #FFC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC278

Black with #FFC278

Text Example


Text Example

White with #FFC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC278; }

 p { color: rgb(255,194,120); }

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

background-color css

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

 a { background-color: rgb(255,194,120); }

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

border-color css

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

 span { border-color: rgb(255,194,120); }

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