Html Css Color HEX #FBC575 Chardonnay

📋 copy color: '#FBC575'

red 251 ◦ green 197 ◦ blue 117

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

Shades of Chardonnay #FBC575

Tints of Chardonnay #FBC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.87%

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 44.42%
G = 34.87%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBC575 (or 0xFBC575) is known color: Chardonnay. HEX triplet: FB, C5 and 75. RGB value is (251,197,117). Sum of RGB (Red+Green+Blue) = 251+197+117=565 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.42% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC575 is #043A8A. Grayscale: #CCCCCC. Windows color (decimal): -277131 or 7718395. OLE color: 7718395.

HSL color Cylindrical-coordinate representation of color #FBC575: hue angle of 35.82º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBC575 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 117 -
CMYK 0 0.22 0.53 0.02
HSL 35.82º 0.94% 0.72% -
HSV(B) 35.82º 0.53% 0.98% -
XYZ 62.96 61.73 25.43 -
YUV 204.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 251 197 117 0 0.22 0.53 0.02 35.82 0.94 0.72
Hex FB C5 75 0 16 35 2 24 5E 48
Octal 373 305 165 0 26 65 2 44 136 110
Binary 11111011 11000101 1110101 0 10110 110101 10 100100 1011110 1001000

Color Harmonies of #FBC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC575

Black with #FBC575

Text Example


Text Example

White with #FBC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC575; }

 p { color: rgb(251,197,117); }

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

background-color css

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

 a { background-color: rgb(251,197,117); }

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

border-color css

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

 span { border-color: rgb(251,197,117); }

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