Html Css Color HEX #FDC070 Chardonnay

📋 copy color: '#FDC070'

red 253 ◦ green 192 ◦ blue 112

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

Shades of Chardonnay #FDC070

Tints of Chardonnay #FDC070

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.47%

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

R = 45.42%
G = 34.47%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FDC070 (or 0xFDC070) is known color: Chardonnay. HEX triplet: FD, C0 and 70. RGB value is (253,192,112). Sum of RGB (Red+Green+Blue) = 253+192+112=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 112 (44.14% from 255 or 20.11% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC070 is #023F8F. Grayscale: #C9C9C9. Windows color (decimal): -147344 or 7389437. OLE color: 7389437.

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

Color convert

RGB 253 192 112 -
CMYK 0 0.24 0.56 0.01
HSL 34.04º 0.97% 0.72% -
HSV(B) 34.04º 0.56% 0.99% -
XYZ 62.28 59.75 23.58 -
YUV 201.12 77.71 165 -
System Red Green Blue C M Y K H S L
Decimal 253 192 112 0 0.24 0.56 0.01 34.04 0.97 0.72
Hex FD C0 70 0 18 38 1 22 61 48
Octal 375 300 160 0 30 70 1 42 141 110
Binary 11111101 11000000 1110000 0 11000 111000 1 100010 1100001 1001000

Color Harmonies of #FDC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC070

Black with #FDC070

Text Example


Text Example

White with #FDC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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