Html Css Color HEX #FDC470 Chardonnay

📋 copy color: '#FDC470'

red 253 ◦ green 196 ◦ blue 112

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

Shades of Chardonnay #FDC470

Tints of Chardonnay #FDC470

RGB

 RED value IS 253 (99.22% from 255) = 45.1%

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

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 45.1%
G = 34.94%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC470 (or 0xFDC470) is known color: Chardonnay. HEX triplet: FD, C4 and 70. RGB value is (253,196,112). Sum of RGB (Red+Green+Blue) = 253+196+112=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC470 is #023B8F. Grayscale: #CBCBCB. Windows color (decimal): -146320 or 7390461. OLE color: 7390461.

HSL color Cylindrical-coordinate representation of color #FDC470: hue angle of 35.74º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDC470 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 196 112 -
CMYK 0 0.23 0.56 0.01
HSL 35.74º 0.97% 0.72% -
HSV(B) 35.74º 0.56% 0.99% -
XYZ 63.17 61.53 23.88 -
YUV 203.47 76.38 163.33 -
System Red Green Blue C M Y K H S L
Decimal 253 196 112 0 0.23 0.56 0.01 35.74 0.97 0.72
Hex FD C4 70 0 17 38 1 24 61 48
Octal 375 304 160 0 27 70 1 44 141 110
Binary 11111101 11000100 1110000 0 10111 111000 1 100100 1100001 1001000

Color Harmonies of #FDC470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC470

Black with #FDC470

Text Example


Text Example

White with #FDC470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC470; }

 p { color: rgb(253,196,112); }

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

background-color css

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

 a { background-color: rgb(253,196,112); }

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

border-color css

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

 span { border-color: rgb(253,196,112); }

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