Html Css Color HEX #FFC274 Chardonnay

📋 copy color: '#FFC274'

red 255 ◦ green 194 ◦ blue 116

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

Shades of Chardonnay #FFC274

Tints of Chardonnay #FFC274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.53%

R = 45.13%
G = 34.34%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFC274 (or 0xFFC274) is known color: Chardonnay. HEX triplet: FF, C2 and 74. RGB value is (255,194,116). Sum of RGB (Red+Green+Blue) = 255+194+116=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 116 (45.70% from 255 or 20.53% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC274 is #003D8B. Grayscale: #CBCBCB. Windows color (decimal): -15756 or 7652095. OLE color: 7652095.

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

Color convert

RGB 255 194 116 -
CMYK 0 0.24 0.55 0
HSL 33.67º 1% 0.73% -
HSV(B) 33.67º 0.55% 1% -
XYZ 63.68 61.1 24.96 -
YUV 203.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 255 194 116 0 0.24 0.55 0 33.67 1 0.73
Hex FF C2 74 0 18 37 0 22 64 49
Octal 377 302 164 0 30 67 0 42 144 111
Binary 11111111 11000010 1110100 0 11000 110111 0 100010 1100100 1001001

Color Harmonies of #FFC274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC274

Black with #FFC274

Text Example


Text Example

White with #FFC274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC274; }

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

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

background-color css

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

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

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

border-color css

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

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

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