Html Css Color HEX #FFC974 Chardonnay

📋 copy color: '#FFC974'

red 255 ◦ green 201 ◦ blue 116

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

Shades of Chardonnay #FFC974

Tints of Chardonnay #FFC974

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.14%

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

R = 44.58%
G = 35.14%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FFC974 (or 0xFFC974) is known color: Chardonnay. HEX triplet: FF, C9 and 74. RGB value is (255,201,116). Sum of RGB (Red+Green+Blue) = 255+201+116=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC974 is #00368B. Grayscale: #CFCFCF. Windows color (decimal): -13964 or 7653887. OLE color: 7653887.

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

Color convert

RGB 255 201 116 -
CMYK 0 0.21 0.55 0
HSL 36.69º 1% 0.73% -
HSV(B) 36.69º 0.55% 1% -
XYZ 65.28 64.29 25.49 -
YUV 207.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 255 201 116 0 0.21 0.55 0 36.69 1 0.73
Hex FF C9 74 0 15 37 0 25 64 49
Octal 377 311 164 0 25 67 0 45 144 111
Binary 11111111 11001001 1110100 0 10101 110111 0 100101 1100100 1001001

Color Harmonies of #FFC974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC974

Black with #FFC974

Text Example


Text Example

White with #FFC974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC974; }

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

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

background-color css

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

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

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

border-color css

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

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

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