Html Css Color HEX #FDC27A Chardonnay

📋 copy color: '#FDC27A'

red 253 ◦ green 194 ◦ blue 122

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

Shades of Chardonnay #FDC27A

Tints of Chardonnay #FDC27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.09%

 BLUE value IS 122 (48.05% from 255) = 21.44%

R = 44.46%
G = 34.09%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDC27A (or 0xFDC27A) is known color: Chardonnay. HEX triplet: FD, C2 and 7A. RGB value is (253,194,122). Sum of RGB (Red+Green+Blue) = 253+194+122=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 194 (76.17% from 255 or 34.09% from 569); Blue value is 122 (48.05% from 255 or 21.44% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27A is #023D85. Grayscale: #CBCBCB. Windows color (decimal): -146822 or 8045309. OLE color: 8045309.

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

Color convert

RGB 253 194 122 -
CMYK 0 0.23 0.52 0.01
HSL 32.98º 0.97% 0.74% -
HSV(B) 32.98º 0.52% 0.99% -
XYZ 63.31 60.87 26.82 -
YUV 203.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 253 194 122 0 0.23 0.52 0.01 32.98 0.97 0.74
Hex FD C2 7A 0 17 34 1 21 61 4A
Octal 375 302 172 0 27 64 1 41 141 112
Binary 11111101 11000010 1111010 0 10111 110100 1 100001 1100001 1001010

Color Harmonies of #FDC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC27A

Black with #FDC27A

Text Example


Text Example

White with #FDC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC27A; }

 p { color: rgb(253,194,122); }

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

background-color css

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

 a { background-color: rgb(253,194,122); }

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

border-color css

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

 span { border-color: rgb(253,194,122); }

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