Html Css Color HEX #FFC482 Chardonnay

📋 copy color: '#FFC482'

red 255 ◦ green 196 ◦ blue 130

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

Shades of Chardonnay #FFC482

Tints of Chardonnay #FFC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.73%

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

R = 43.89%
G = 33.73%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFC482 (or 0xFFC482) is known color: Chardonnay. HEX triplet: FF, C4 and 82. RGB value is (255,196,130). Sum of RGB (Red+Green+Blue) = 255+196+130=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC482 is #003B7D. Grayscale: #CECECE. Windows color (decimal): -15230 or 8570111. OLE color: 8570111.

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

Color convert

RGB 255 196 130 -
CMYK 0 0.23 0.49 0
HSL 31.68º 1% 0.75% -
HSV(B) 31.68º 0.49% 1% -
XYZ 65.01 62.35 29.73 -
YUV 206.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 255 196 130 0 0.23 0.49 0 31.68 1 0.75
Hex FF C4 82 0 17 31 0 20 64 4B
Octal 377 304 202 0 27 61 0 40 144 113
Binary 11111111 11000100 10000010 0 10111 110001 0 100000 1100100 1001011

Color Harmonies of #FFC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC482

Black with #FFC482

Text Example


Text Example

White with #FFC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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