Html Css Color HEX #FEC482 Chardonnay

📋 copy color: '#FEC482'

red 254 ◦ green 196 ◦ blue 130

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

Shades of Chardonnay #FEC482

Tints of Chardonnay #FEC482

RGB

 RED value IS 254 (99.61% from 255) = 43.79%

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

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

R = 43.79%
G = 33.79%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEC482 (or 0xFEC482) is known color: Chardonnay. HEX triplet: FE, C4 and 82. RGB value is (254,196,130). Sum of RGB (Red+Green+Blue) = 254+196+130=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC482 is #013B7D. Grayscale: #CECECE. Windows color (decimal): -80766 or 8570110. OLE color: 8570110.

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

Color convert

RGB 254 196 130 -
CMYK 0 0.23 0.49 0.00
HSL 31.94º 0.98% 0.75% -
HSV(B) 31.94º 0.49% 1% -
XYZ 64.64 62.16 29.71 -
YUV 205.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 254 196 130 0 0.23 0.49 0.00 31.94 0.98 0.75
Hex FE C4 82 0 17 31 0 20 62 4B
Octal 376 304 202 0 27 61 0 40 142 113
Binary 11111110 11000100 10000010 0 10111 110001 0 100000 1100010 1001011

Color Harmonies of #FEC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEC482

Black with #FEC482

Text Example


Text Example

White with #FEC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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