Html Css Color HEX #FBC16B Chardonnay

📋 copy color: '#FBC16B'

red 251 ◦ green 193 ◦ blue 107

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

Shades of Chardonnay #FBC16B

Tints of Chardonnay #FBC16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.42%

R = 45.55%
G = 35.03%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FBC16B (or 0xFBC16B) is known color: Chardonnay. HEX triplet: FB, C1 and 6B. RGB value is (251,193,107). Sum of RGB (Red+Green+Blue) = 251+193+107=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 193 (75.78% from 255 or 35.03% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC16B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC16B is #043E94. Grayscale: #C8C8C8. Windows color (decimal): -278165 or 7062011. OLE color: 7062011.

HSL color Cylindrical-coordinate representation of color #FBC16B: hue angle of 35.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBC16B is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 193 107 -
CMYK 0 0.23 0.57 0.02
HSL 35.83º 0.95% 0.7% -
HSV(B) 35.83º 0.57% 0.98% -
XYZ 61.51 59.71 22.19 -
YUV 200.54 75.22 163.99 -
System Red Green Blue C M Y K H S L
Decimal 251 193 107 0 0.23 0.57 0.02 35.83 0.95 0.7
Hex FB C1 6B 0 17 39 2 24 5F 46
Octal 373 301 153 0 27 71 2 44 137 106
Binary 11111011 11000001 1101011 0 10111 111001 10 100100 1011111 1000110

Color Harmonies of #FBC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC16B

Black with #FBC16B

Text Example


Text Example

White with #FBC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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