Html Css Color HEX #FDBF73 Chardonnay

📋 copy color: '#FDBF73'

red 253 ◦ green 191 ◦ blue 115

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

Shades of Chardonnay #FDBF73

Tints of Chardonnay #FDBF73

RGB

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

 GREEN value IS 191 (75% from 255) = 34.17%

 BLUE value IS 115 (45.31% from 255) = 20.57%

R = 45.26%
G = 34.17%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FDBF73 (or 0xFDBF73) is known color: Chardonnay. HEX triplet: FD, BF and 73. RGB value is (253,191,115). Sum of RGB (Red+Green+Blue) = 253+191+115=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDBF73 is #02408C. Grayscale: #C9C9C9. Windows color (decimal): -147597 or 7585789. OLE color: 7585789.

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

Color convert

RGB 253 191 115 -
CMYK 0 0.25 0.55 0.01
HSL 33.04º 0.97% 0.72% -
HSV(B) 33.04º 0.55% 0.99% -
XYZ 62.23 59.38 24.4 -
YUV 200.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 253 191 115 0 0.25 0.55 0.01 33.04 0.97 0.72
Hex FD BF 73 0 19 37 1 21 61 48
Octal 375 277 163 0 31 67 1 41 141 110
Binary 11111101 10111111 1110011 0 11001 110111 1 100001 1100001 1001000

Color Harmonies of #FDBF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBF73

Black with #FDBF73

Text Example


Text Example

White with #FDBF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBF73; }

 p { color: rgb(253,191,115); }

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

background-color css

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

 a { background-color: rgb(253,191,115); }

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

border-color css

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

 span { border-color: rgb(253,191,115); }

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