Html Css Color HEX #FFC382 Chardonnay

📋 copy color: '#FFC382'

red 255 ◦ green 195 ◦ blue 130

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

Shades of Chardonnay #FFC382

Tints of Chardonnay #FFC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.62%

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

R = 43.97%
G = 33.62%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0

RGB Variations

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

Color information

#FFC382 (or 0xFFC382) is known color: Chardonnay. HEX triplet: FF, C3 and 82. RGB value is (255,195,130). Sum of RGB (Red+Green+Blue) = 255+195+130=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC382 is #003C7D. Grayscale: #CDCDCD. Windows color (decimal): -15486 or 8569855. OLE color: 8569855.

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

Color convert

RGB 255 195 130 -
CMYK 0 0.24 0.49 0
HSL 31.2º 1% 0.75% -
HSV(B) 31.2º 0.49% 1% -
XYZ 64.78 61.9 29.65 -
YUV 205.53 85.38 163.29 -
System Red Green Blue C M Y K H S L
Decimal 255 195 130 0 0.24 0.49 0 31.2 1 0.75
Hex FF C3 82 0 18 31 0 1F 64 4B
Octal 377 303 202 0 30 61 0 37 144 113
Binary 11111111 11000011 10000010 0 11000 110001 0 11111 1100100 1001011

Color Harmonies of #FFC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC382

Black with #FFC382

Text Example


Text Example

White with #FFC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC382; }

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

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

background-color css

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

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

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

border-color css

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

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

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