Html Css Color HEX #FBC17D Chardonnay

📋 copy color: '#FBC17D'

red 251 ◦ green 193 ◦ blue 125

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

Shades of Chardonnay #FBC17D

Tints of Chardonnay #FBC17D

RGB

 RED value IS 251 (98.44% from 255) = 44.11%

 GREEN value IS 193 (75.78% from 255) = 33.92%

 BLUE value IS 125 (49.22% from 255) = 21.97%

R = 44.11%
G = 33.92%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FBC17D (or 0xFBC17D) is known color: Chardonnay. HEX triplet: FB, C1 and 7D. RGB value is (251,193,125). Sum of RGB (Red+Green+Blue) = 251+193+125=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 193 (75.78% from 255 or 33.92% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC17D is #043E82. Grayscale: #CACACA. Windows color (decimal): -278147 or 8241659. OLE color: 8241659.

HSL color Cylindrical-coordinate representation of color #FBC17D: hue angle of 32.38º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FBC17D is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 125 -
CMYK 0 0.23 0.50 0.02
HSL 32.38º 0.94% 0.74% -
HSV(B) 32.38º 0.5% 0.98% -
XYZ 62.56 60.13 27.71 -
YUV 202.59 84.22 162.53 -
System Red Green Blue C M Y K H S L
Decimal 251 193 125 0 0.23 0.50 0.02 32.38 0.94 0.74
Hex FB C1 7D 0 17 32 2 20 5E 4A
Octal 373 301 175 0 27 62 2 40 136 112
Binary 11111011 11000001 1111101 0 10111 110010 10 100000 1011110 1001010

Color Harmonies of #FBC17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC17D

Black with #FBC17D

Text Example


Text Example

White with #FBC17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC17D; }

 p { color: rgb(251,193,125); }

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

background-color css

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

 a { background-color: rgb(251,193,125); }

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

border-color css

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

 span { border-color: rgb(251,193,125); }

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