Html Css Color HEX #FDC27B Chardonnay

📋 copy color: '#FDC27B'

red 253 ◦ green 194 ◦ blue 123

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

Shades of Chardonnay #FDC27B

Tints of Chardonnay #FDC27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.58%

R = 44.39%
G = 34.04%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FDC27B (or 0xFDC27B) is known color: Chardonnay. HEX triplet: FD, C2 and 7B. RGB value is (253,194,123). Sum of RGB (Red+Green+Blue) = 253+194+123=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 194 (76.17% from 255 or 34.04% from 570); Blue value is 123 (48.44% from 255 or 21.58% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC27B is #023D84. Grayscale: #CBCBCB. Windows color (decimal): -146821 or 8110845. OLE color: 8110845.

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

Color convert

RGB 253 194 123 -
CMYK 0 0.23 0.51 0.01
HSL 32.77º 0.97% 0.74% -
HSV(B) 32.77º 0.51% 0.99% -
XYZ 63.37 60.9 27.15 -
YUV 203.55 82.55 163.27 -
System Red Green Blue C M Y K H S L
Decimal 253 194 123 0 0.23 0.51 0.01 32.77 0.97 0.74
Hex FD C2 7B 0 17 33 1 21 61 4A
Octal 375 302 173 0 27 63 1 41 141 112
Binary 11111101 11000010 1111011 0 10111 110011 1 100001 1100001 1001010

Color Harmonies of #FDC27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC27B

Black with #FDC27B

Text Example


Text Example

White with #FDC27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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