Html Css Color HEX #FDCB7A Chardonnay

📋 copy color: '#FDCB7A'

red 253 ◦ green 203 ◦ blue 122

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

Shades of Chardonnay #FDCB7A

Tints of Chardonnay #FDCB7A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.12%

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

R = 43.77%
G = 35.12%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDCB7A (or 0xFDCB7A) is known color: Chardonnay. HEX triplet: FD, CB and 7A. RGB value is (253,203,122). Sum of RGB (Red+Green+Blue) = 253+203+122=578 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.77% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCB7A is #023485. Grayscale: #D1D1D1. Windows color (decimal): -144518 or 8047613. OLE color: 8047613.

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

Color convert

RGB 253 203 122 -
CMYK 0 0.20 0.52 0.01
HSL 37.1º 0.97% 0.74% -
HSV(B) 37.1º 0.52% 0.99% -
XYZ 65.38 65 27.51 -
YUV 208.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 253 203 122 0 0.20 0.52 0.01 37.1 0.97 0.74
Hex FD CB 7A 0 14 34 1 25 61 4A
Octal 375 313 172 0 24 64 1 45 141 112
Binary 11111101 11001011 1111010 0 10100 110100 1 100101 1100001 1001010

Color Harmonies of #FDCB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB7A

Black with #FDCB7A

Text Example


Text Example

White with #FDCB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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