Html Css Color HEX #FBC570 Chardonnay

📋 copy color: '#FBC570'

red 251 ◦ green 197 ◦ blue 112

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

Shades of Chardonnay #FBC570

Tints of Chardonnay #FBC570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20%

R = 44.82%
G = 35.18%
B = 20%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FBC570 (or 0xFBC570) is known color: Chardonnay. HEX triplet: FB, C5 and 70. RGB value is (251,197,112). Sum of RGB (Red+Green+Blue) = 251+197+112=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 197 (77.34% from 255 or 35.18% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBC570 is #043A8F. Grayscale: #CBCBCB. Windows color (decimal): -277136 or 7390715. OLE color: 7390715.

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

Color convert

RGB 251 197 112 -
CMYK 0 0.22 0.55 0.02
HSL 36.69º 0.95% 0.71% -
HSV(B) 36.69º 0.55% 0.98% -
XYZ 62.67 61.61 23.92 -
YUV 203.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 251 197 112 0 0.22 0.55 0.02 36.69 0.95 0.71
Hex FB C5 70 0 16 37 2 25 5F 47
Octal 373 305 160 0 26 67 2 45 137 107
Binary 11111011 11000101 1110000 0 10110 110111 10 100101 1011111 1000111

Color Harmonies of #FBC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC570

Black with #FBC570

Text Example


Text Example

White with #FBC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC570; }

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

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

background-color css

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

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

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

border-color css

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

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

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