Html Css Color HEX #FFC982 Chardonnay

📋 copy color: '#FFC982'

red 255 ◦ green 201 ◦ blue 130

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

Shades of Chardonnay #FFC982

Tints of Chardonnay #FFC982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.18%

R = 43.52%
G = 34.3%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFC982 (or 0xFFC982) is known color: Chardonnay. HEX triplet: FF, C9 and 82. RGB value is (255,201,130). Sum of RGB (Red+Green+Blue) = 255+201+130=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 201 (78.91% from 255 or 34.30% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC982 is #00367D. Grayscale: #D1D1D1. Windows color (decimal): -13950 or 8571391. OLE color: 8571391.

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

Color convert

RGB 255 201 130 -
CMYK 0 0.21 0.49 0
HSL 34.08º 1% 0.75% -
HSV(B) 34.08º 0.49% 1% -
XYZ 66.16 64.64 30.11 -
YUV 209.05 83.39 160.77 -
System Red Green Blue C M Y K H S L
Decimal 255 201 130 0 0.21 0.49 0 34.08 1 0.75
Hex FF C9 82 0 15 31 0 22 64 4B
Octal 377 311 202 0 25 61 0 42 144 113
Binary 11111111 11001001 10000010 0 10101 110001 0 100010 1100100 1001011

Color Harmonies of #FFC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC982

Black with #FFC982

Text Example


Text Example

White with #FFC982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC982; }

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

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

background-color css

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

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

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

border-color css

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

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

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