Html Css Color HEX #FBC175 Chardonnay

📋 copy color: '#FBC175'

red 251 ◦ green 193 ◦ blue 117

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

Shades of Chardonnay #FBC175

Tints of Chardonnay #FBC175

RGB

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

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

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

R = 44.74%
G = 34.4%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FBC175 (or 0xFBC175) is known color: Chardonnay. HEX triplet: FB, C1 and 75. RGB value is (251,193,117). Sum of RGB (Red+Green+Blue) = 251+193+117=561 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.74% from 561); Green value is 193 (75.78% from 255 or 34.40% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC175 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC175 is #043E8A. Grayscale: #CACACA. Windows color (decimal): -278155 or 7717371. OLE color: 7717371.

HSL color Cylindrical-coordinate representation of color #FBC175: hue angle of 34.03º 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 #FBC175 is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 117 -
CMYK 0 0.23 0.53 0.02
HSL 34.03º 0.94% 0.72% -
HSV(B) 34.03º 0.53% 0.98% -
XYZ 62.06 59.93 25.13 -
YUV 201.68 80.22 163.18 -
System Red Green Blue C M Y K H S L
Decimal 251 193 117 0 0.23 0.53 0.02 34.03 0.94 0.72
Hex FB C1 75 0 17 35 2 22 5E 48
Octal 373 301 165 0 27 65 2 42 136 110
Binary 11111011 11000001 1110101 0 10111 110101 10 100010 1011110 1001000

Color Harmonies of #FBC175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC175

Black with #FBC175

Text Example


Text Example

White with #FBC175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC175; }

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

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

background-color css

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

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

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

border-color css

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

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

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